Html Css Color HEX #BB4971 Royal Heath

📋 copy color: '#BB4971'

red 187 ◦ green 73 ◦ blue 113

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

Shades of Royal Heath #BB4971

Tints of Royal Heath #BB4971

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.57%

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

R = 50.13%
G = 19.57%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#BB4971 (or 0xBB4971) is known color: Royal Heath. HEX triplet: BB, 49 and 71. RGB value is (187,73,113). Sum of RGB (Red+Green+Blue) = 187+73+113=373 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.13% from 373); Green value is 73 (28.91% from 255 or 19.57% from 373); Blue value is 113 (44.53% from 255 or 30.29% from 373); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4971 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4971 is #44B68E. Grayscale: #6F6F6F. Windows color (decimal): -4503183 or 7424443. OLE color: 7424443.

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

Color convert

RGB 187 73 113 -
CMYK 0 0.61 0.40 0.27
HSL 338.95º 0.46% 0.51% -
HSV(B) 338.95º 0.61% 0.73% -
XYZ 25.86 16.52 17.45 -
YUV 111.65 128.77 181.75 -
System Red Green Blue C M Y K H S L
Decimal 187 73 113 0 0.61 0.40 0.27 338.95 0.46 0.51
Hex BB 49 71 0 3D 28 1B 153 2E 33
Octal 273 111 161 0 75 50 33 523 56 63
Binary 10111011 1001001 1110001 0 111101 101000 11011 101010011 101110 110011

Color Harmonies of #BB4971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4971

Black with #BB4971

Text Example


Text Example

White with #BB4971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4971; }

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

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

background-color css

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

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

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

border-color css

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

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

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