Html Css Color HEX #BB4973 Royal Heath

📋 copy color: '#BB4973'

red 187 ◦ green 73 ◦ blue 115

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

Shades of Royal Heath #BB4973

Tints of Royal Heath #BB4973

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 30.67%

R = 49.87%
G = 19.47%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#BB4973 (or 0xBB4973) is known color: Royal Heath. HEX triplet: BB, 49 and 73. RGB value is (187,73,115). Sum of RGB (Red+Green+Blue) = 187+73+115=375 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.87% from 375); Green value is 73 (28.91% from 255 or 19.47% from 375); Blue value is 115 (45.31% from 255 or 30.67% from 375); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4973 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4973 is #44B68C. Grayscale: #6F6F6F. Windows color (decimal): -4503181 or 7555515. OLE color: 7555515.

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

Color convert

RGB 187 73 115 -
CMYK 0 0.61 0.39 0.27
HSL 337.89º 0.46% 0.51% -
HSV(B) 337.89º 0.61% 0.73% -
XYZ 25.97 16.57 18.05 -
YUV 111.87 129.77 181.58 -
System Red Green Blue C M Y K H S L
Decimal 187 73 115 0 0.61 0.39 0.27 337.89 0.46 0.51
Hex BB 49 73 0 3D 27 1B 152 2E 33
Octal 273 111 163 0 75 47 33 522 56 63
Binary 10111011 1001001 1110011 0 111101 100111 11011 101010010 101110 110011

Color Harmonies of #BB4973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4973

Black with #BB4973

Text Example


Text Example

White with #BB4973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4973; }

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

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

background-color css

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

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

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

border-color css

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

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

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