Html Css Color HEX #BB5875 Royal Heath

📋 copy color: '#BB5875'

red 187 ◦ green 88 ◦ blue 117

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

Shades of Royal Heath #BB5875

Tints of Royal Heath #BB5875

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.45%

 BLUE value IS 117 (46.09% from 255) = 29.85%

R = 47.7%
G = 22.45%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#BB5875 (or 0xBB5875) is known color: Royal Heath. HEX triplet: BB, 58 and 75. RGB value is (187,88,117). Sum of RGB (Red+Green+Blue) = 187+88+117=392 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.70% from 392); Green value is 88 (34.77% from 255 or 22.45% from 392); Blue value is 117 (46.09% from 255 or 29.85% from 392); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5875 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5875 is #44A78A. Grayscale: #787878. Windows color (decimal): -4499339 or 7690427. OLE color: 7690427.

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

Color convert

RGB 187 88 117 -
CMYK 0 0.53 0.37 0.27
HSL 342.42º 0.42% 0.54% -
HSV(B) 342.42º 0.53% 0.73% -
XYZ 27.19 18.83 19.03 -
YUV 120.91 125.8 175.14 -
System Red Green Blue C M Y K H S L
Decimal 187 88 117 0 0.53 0.37 0.27 342.42 0.42 0.54
Hex BB 58 75 0 35 25 1B 156 2A 36
Octal 273 130 165 0 65 45 33 526 52 66
Binary 10111011 1011000 1110101 0 110101 100101 11011 101010110 101010 110110

Color Harmonies of #BB5875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5875

Black with #BB5875

Text Example


Text Example

White with #BB5875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5875; }

 p { color: rgb(187,88,117); }

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

background-color css

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

 a { background-color: rgb(187,88,117); }

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

border-color css

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

 span { border-color: rgb(187,88,117); }

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