Html Css Color HEX #BB6469 Blush

📋 copy color: '#BB6469'

red 187 ◦ green 100 ◦ blue 105

#BB6469
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blush #BB6469

Tints of Blush #BB6469

RGB

 RED value IS 187 (73.44% from 255) = 47.7%

 GREEN value IS 100 (39.45% from 255) = 25.51%

 BLUE value IS 105 (41.41% from 255) = 26.79%

R = 47.7%
G = 25.51%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#BB6469 (or 0xBB6469) is known color: Blush. HEX triplet: BB, 64 and 69. RGB value is (187,100,105). Sum of RGB (Red+Green+Blue) = 187+100+105=392 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.70% from 392); Green value is 100 (39.45% from 255 or 25.51% from 392); Blue value is 105 (41.41% from 255 or 26.79% from 392); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6469 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6469 is #449B96. Grayscale: #7E7E7E. Windows color (decimal): -4496279 or 6907067. OLE color: 6907067.

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

Color convert

RGB 187 100 105 -
CMYK 0 0.47 0.44 0.27
HSL 356.55º 0.39% 0.56% -
HSV(B) 356.55º 0.47% 0.73% -
XYZ 27.6 20.7 15.91 -
YUV 126.58 115.82 171.09 -
System Red Green Blue C M Y K H S L
Decimal 187 100 105 0 0.47 0.44 0.27 356.55 0.39 0.56
Hex BB 64 69 0 2F 2C 1B 165 27 38
Octal 273 144 151 0 57 54 33 545 47 70
Binary 10111011 1100100 1101001 0 101111 101100 11011 101100101 100111 111000

Color Harmonies of #BB6469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6469

Black with #BB6469

Text Example


Text Example

White with #BB6469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6469; }

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

 H1.HeaderClassName
 {
   color: #BB6469;
 }
 .AnyTagClassName
 {
   color: #BB6469;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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