Html Css Color HEX #BB4B66 Blush

📋 copy color: '#BB4B66'

red 187 ◦ green 75 ◦ blue 102

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

Shades of Blush #BB4B66

Tints of Blush #BB4B66

RGB

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

 GREEN value IS 75 (29.69% from 255) = 20.6%

 BLUE value IS 102 (40.23% from 255) = 28.02%

R = 51.37%
G = 20.6%
B = 28.02%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#BB4B66 (or 0xBB4B66) is known color: Blush. HEX triplet: BB, 4B and 66. RGB value is (187,75,102). Sum of RGB (Red+Green+Blue) = 187+75+102=364 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.37% from 364); Green value is 75 (29.69% from 255 or 20.60% from 364); Blue value is 102 (40.23% from 255 or 28.02% from 364); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4B66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4B66 is #44B499. Grayscale: #6F6F6F. Windows color (decimal): -4502682 or 6704059. OLE color: 6704059.

HSL color Cylindrical-coordinate representation of color #BB4B66: hue angle of 345.54º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BB4B66 is Cyan = 0, Magento = 0.60, Yellow = 0.45 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 75 102 -
CMYK 0 0.60 0.45 0.27
HSL 345.54º 0.45% 0.51% -
HSV(B) 345.54º 0.6% 0.73% -
XYZ 25.41 16.56 14.43 -
YUV 111.57 122.61 181.8 -
System Red Green Blue C M Y K H S L
Decimal 187 75 102 0 0.60 0.45 0.27 345.54 0.45 0.51
Hex BB 4B 66 0 3C 2D 1B 15A 2D 33
Octal 273 113 146 0 74 55 33 532 55 63
Binary 10111011 1001011 1100110 0 111100 101101 11011 101011010 101101 110011

Color Harmonies of #BB4B66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4B66

Black with #BB4B66

Text Example


Text Example

White with #BB4B66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4B66; }

 p { color: rgb(187,75,102); }

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

background-color css

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

 a { background-color: rgb(187,75,102); }

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

border-color css

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

 span { border-color: rgb(187,75,102); }

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