#BB6169

Color #BB6169 Blush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blush #BB6169

Tints of Blush #BB6169

Color information

#BB6169 (or 0xBB6169) is unknown color: approx Blush. HEX triplet: BB, 61 and 69. RGB value is (187,97,105). Sum of RGB (Red+Green+Blue) = 187+97+105=389 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.07% from 389); Green value is 97 (38.28% from 255 or 24.94% from 389); Blue value is 105 (41.41% from 255 or 26.99% from 389); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6169 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6169 is #449E96. Grayscale: #7C7C7C. Windows color (decimal): -4497047 or 6906299. OLE color: 6906299.

HSL color Cylindrical-coordinate representation of color #BB6169: hue angle of 354.67º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BB6169 is Cyan = 0, Magento = 0.48, Yellow = 0.44 and Black (K on CMYK) = 0.27.

Color convert

RGB18797105-
CMYK00.480.440.27
HSL354.67º39.82%55.69%-
HSV(B)354.67º48.13%73.33%-
XYZ27.3220.1315.81-
YUV124.82116.82172.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 187 (73.44% from 255) = 48.07%
GREEN value IS 97 (38.28% from 255) = 24.94%
BLUE value IS 105 (41.41% from 255) = 26.99%
R=48.07%
G=24.94%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879710500.480.440.27354.6739.8255.69
HexBB61690302C1B1632838
Octal27314115106054335435070
Binary1011101111000011101001011000010110011011101100011101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6169; }

 p { color: rgb(187,97,105); }

 H1.HeaderClassName
 {
   color: #BB6169;
 }
 .AnyTagClassName
 {
   color: #BB6169;
 }
</style>
background-color css

<style>
 a { background-color: #BB6169; }

 a { background-color: rgb(187,97,105); }

 div.DivClassName
 {
   background-color: #BB6169;
 }
 .BgClassName
 {
   background-color: #BB6169;
 }
</style>
border-color css

<style>
 span { border-color: #BB6169; }

 span { border-color: rgb(187,97,105); }

 td.TdClassName
 {
   border-color: #BB6169;
 }
 .TagClassName
 {
   border-color: #BB6169;
 }
</style>