Html Css Color HEX #BB4B71 Royal Heath

📋 copy color: '#BB4B71'

red 187 ◦ green 75 ◦ blue 113

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

Shades of Royal Heath #BB4B71

Tints of Royal Heath #BB4B71

RGB

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

 GREEN value IS 75 (29.69% from 255) = 20%

 BLUE value IS 113 (44.53% from 255) = 30.13%

R = 49.87%
G = 20%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#BB4B71 (or 0xBB4B71) is known color: Royal Heath. HEX triplet: BB, 4B and 71. RGB value is (187,75,113). Sum of RGB (Red+Green+Blue) = 187+75+113=375 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.87% from 375); Green value is 75 (29.69% from 255 or 20% from 375); Blue value is 113 (44.53% from 255 or 30.13% from 375); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4B71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4B71 is #44B48E. Grayscale: #707070. Windows color (decimal): -4502671 or 7424955. OLE color: 7424955.

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

Color convert

RGB 187 75 113 -
CMYK 0 0.60 0.40 0.27
HSL 339.64º 0.45% 0.51% -
HSV(B) 339.64º 0.6% 0.73% -
XYZ 25.99 16.79 17.49 -
YUV 112.82 128.11 180.91 -
System Red Green Blue C M Y K H S L
Decimal 187 75 113 0 0.60 0.40 0.27 339.64 0.45 0.51
Hex BB 4B 71 0 3C 28 1B 154 2D 33
Octal 273 113 161 0 74 50 33 524 55 63
Binary 10111011 1001011 1110001 0 111100 101000 11011 101010100 101101 110011

Color Harmonies of #BB4B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4B71

Black with #BB4B71

Text Example


Text Example

White with #BB4B71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4B71; }

 p { color: rgb(187,75,113); }

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

background-color css

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

 a { background-color: rgb(187,75,113); }

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

border-color css

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

 span { border-color: rgb(187,75,113); }

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