Html Css Color HEX #BB4C71 Royal Heath

📋 copy color: '#BB4C71'

red 187 ◦ green 76 ◦ blue 113

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

Shades of Royal Heath #BB4C71

Tints of Royal Heath #BB4C71

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.21%

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

R = 49.73%
G = 20.21%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#BB4C71 (or 0xBB4C71) is known color: Royal Heath. HEX triplet: BB, 4C and 71. RGB value is (187,76,113). Sum of RGB (Red+Green+Blue) = 187+76+113=376 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.73% from 376); Green value is 76 (30.08% from 255 or 20.21% from 376); Blue value is 113 (44.53% from 255 or 30.05% from 376); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4C71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4C71 is #44B38E. Grayscale: #717171. Windows color (decimal): -4502415 or 7425211. OLE color: 7425211.

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

Color convert

RGB 187 76 113 -
CMYK 0 0.59 0.40 0.27
HSL 340º 0.45% 0.52% -
HSV(B) 340º 0.59% 0.73% -
XYZ 26.06 16.93 17.52 -
YUV 113.41 127.77 180.49 -
System Red Green Blue C M Y K H S L
Decimal 187 76 113 0 0.59 0.40 0.27 340 0.45 0.52
Hex BB 4C 71 0 3B 28 1B 154 2D 34
Octal 273 114 161 0 73 50 33 524 55 64
Binary 10111011 1001100 1110001 0 111011 101000 11011 101010100 101101 110100

Color Harmonies of #BB4C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4C71

Black with #BB4C71

Text Example


Text Example

White with #BB4C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4C71; }

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

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

background-color css

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

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

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

border-color css

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

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

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