Html Css Color HEX #BB4966 Blush

📋 copy color: '#BB4966'

red 187 ◦ green 73 ◦ blue 102

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

Shades of Blush #BB4966

Tints of Blush #BB4966

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.17%

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

R = 51.66%
G = 20.17%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#BB4966 (or 0xBB4966) is known color: Blush. HEX triplet: BB, 49 and 66. RGB value is (187,73,102). Sum of RGB (Red+Green+Blue) = 187+73+102=362 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.66% from 362); Green value is 73 (28.91% from 255 or 20.17% from 362); Blue value is 102 (40.23% from 255 or 28.18% from 362); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4966 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4966 is #44B699. Grayscale: #6E6E6E. Windows color (decimal): -4503194 or 6703547. OLE color: 6703547.

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

Color convert

RGB 187 73 102 -
CMYK 0 0.61 0.45 0.27
HSL 344.74º 0.46% 0.51% -
HSV(B) 344.74º 0.61% 0.73% -
XYZ 25.27 16.29 14.38 -
YUV 110.39 123.27 182.64 -
System Red Green Blue C M Y K H S L
Decimal 187 73 102 0 0.61 0.45 0.27 344.74 0.46 0.51
Hex BB 49 66 0 3D 2D 1B 159 2E 33
Octal 273 111 146 0 75 55 33 531 56 63
Binary 10111011 1001001 1100110 0 111101 101101 11011 101011001 101110 110011

Color Harmonies of #BB4966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4966

Black with #BB4966

Text Example


Text Example

White with #BB4966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4966; }

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

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

background-color css

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

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

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

border-color css

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

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

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