Html Css Color HEX #BB4866 Blush

📋 copy color: '#BB4866'

red 187 ◦ green 72 ◦ blue 102

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

Shades of Blush #BB4866

Tints of Blush #BB4866

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.94%

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

R = 51.8%
G = 19.94%
B = 28.25%

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

#BB4866 (or 0xBB4866) is known color: Blush. HEX triplet: BB, 48 and 66. RGB value is (187,72,102). Sum of RGB (Red+Green+Blue) = 187+72+102=361 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.80% from 361); Green value is 72 (28.52% from 255 or 19.94% from 361); Blue value is 102 (40.23% from 255 or 28.25% from 361); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4866 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4866 is #44B799. Grayscale: #6D6D6D. Windows color (decimal): -4503450 or 6703291. OLE color: 6703291.

HSL color Cylindrical-coordinate representation of color #BB4866: hue angle of 344.35º 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 #BB4866 is Cyan = 0, Magento = 0.61, Yellow = 0.45 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 72 102 -
CMYK 0 0.61 0.45 0.27
HSL 344.35º 0.46% 0.51% -
HSV(B) 344.35º 0.61% 0.73% -
XYZ 25.21 16.16 14.36 -
YUV 109.81 123.6 183.06 -
System Red Green Blue C M Y K H S L
Decimal 187 72 102 0 0.61 0.45 0.27 344.35 0.46 0.51
Hex BB 48 66 0 3D 2D 1B 158 2E 33
Octal 273 110 146 0 75 55 33 530 56 63
Binary 10111011 1001000 1100110 0 111101 101101 11011 101011000 101110 110011

Color Harmonies of #BB4866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4866

Black with #BB4866

Text Example


Text Example

White with #BB4866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4866; }

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

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

background-color css

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

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

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

border-color css

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

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

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