Html Css Color HEX #BB5463 Blush

📋 copy color: '#BB5463'

red 187 ◦ green 84 ◦ blue 99

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

Shades of Blush #BB5463

Tints of Blush #BB5463

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 26.76%

R = 50.54%
G = 22.7%
B = 26.76%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#BB5463 (or 0xBB5463) is known color: Blush. HEX triplet: BB, 54 and 63. RGB value is (187,84,99). Sum of RGB (Red+Green+Blue) = 187+84+99=370 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.54% from 370); Green value is 84 (33.20% from 255 or 22.70% from 370); Blue value is 99 (39.06% from 255 or 26.76% from 370); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5463 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5463 is #44AB9C. Grayscale: #747474. Windows color (decimal): -4500381 or 6509755. OLE color: 6509755.

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

Color convert

RGB 187 84 99 -
CMYK 0 0.55 0.47 0.27
HSL 351.26º 0.43% 0.53% -
HSV(B) 351.26º 0.55% 0.73% -
XYZ 25.92 17.81 13.88 -
YUV 116.51 118.12 178.28 -
System Red Green Blue C M Y K H S L
Decimal 187 84 99 0 0.55 0.47 0.27 351.26 0.43 0.53
Hex BB 54 63 0 37 2F 1B 15F 2B 35
Octal 273 124 143 0 67 57 33 537 53 65
Binary 10111011 1010100 1100011 0 110111 101111 11011 101011111 101011 110101

Color Harmonies of #BB5463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5463

Black with #BB5463

Text Example


Text Example

White with #BB5463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5463; }

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

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

background-color css

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

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

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

border-color css

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

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

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