Html Css Color HEX #BB5462 Blush

📋 copy color: '#BB5462'

red 187 ◦ green 84 ◦ blue 98

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

Shades of Blush #BB5462

Tints of Blush #BB5462

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.76%

 BLUE value IS 98 (38.67% from 255) = 26.56%

R = 50.68%
G = 22.76%
B = 26.56%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#BB5462 (or 0xBB5462) is known color: Blush. HEX triplet: BB, 54 and 62. RGB value is (187,84,98). Sum of RGB (Red+Green+Blue) = 187+84+98=369 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.68% from 369); Green value is 84 (33.20% from 255 or 22.76% from 369); Blue value is 98 (38.67% from 255 or 26.56% from 369); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5462 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5462 is #44AB9D. Grayscale: #747474. Windows color (decimal): -4500382 or 6444219. OLE color: 6444219.

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

Color convert

RGB 187 84 98 -
CMYK 0 0.55 0.48 0.27
HSL 351.84º 0.43% 0.53% -
HSV(B) 351.84º 0.55% 0.73% -
XYZ 25.87 17.79 13.63 -
YUV 116.39 117.62 178.36 -
System Red Green Blue C M Y K H S L
Decimal 187 84 98 0 0.55 0.48 0.27 351.84 0.43 0.53
Hex BB 54 62 0 37 30 1B 160 2B 35
Octal 273 124 142 0 67 60 33 540 53 65
Binary 10111011 1010100 1100010 0 110111 110000 11011 101100000 101011 110101

Color Harmonies of #BB5462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5462

Black with #BB5462

Text Example


Text Example

White with #BB5462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5462; }

 p { color: rgb(187,84,98); }

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

background-color css

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

 a { background-color: rgb(187,84,98); }

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

border-color css

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

 span { border-color: rgb(187,84,98); }

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