Html Css Color HEX #BB4974 Royal Heath

📋 copy color: '#BB4974'

red 187 ◦ green 73 ◦ blue 116

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

Shades of Royal Heath #BB4974

Tints of Royal Heath #BB4974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 30.85%

R = 49.73%
G = 19.41%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#BB4974 (or 0xBB4974) is known color: Royal Heath. HEX triplet: BB, 49 and 74. RGB value is (187,73,116). Sum of RGB (Red+Green+Blue) = 187+73+116=376 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.73% from 376); Green value is 73 (28.91% from 255 or 19.41% from 376); Blue value is 116 (45.70% from 255 or 30.85% from 376); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4974 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4974 is #44B68B. Grayscale: #6F6F6F. Windows color (decimal): -4503180 or 7621051. OLE color: 7621051.

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

Color convert

RGB 187 73 116 -
CMYK 0 0.61 0.38 0.27
HSL 337.37º 0.46% 0.51% -
HSV(B) 337.37º 0.61% 0.73% -
XYZ 26.03 16.59 18.35 -
YUV 111.99 130.27 181.5 -
System Red Green Blue C M Y K H S L
Decimal 187 73 116 0 0.61 0.38 0.27 337.37 0.46 0.51
Hex BB 49 74 0 3D 26 1B 151 2E 33
Octal 273 111 164 0 75 46 33 521 56 63
Binary 10111011 1001001 1110100 0 111101 100110 11011 101010001 101110 110011

Color Harmonies of #BB4974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4974

Black with #BB4974

Text Example


Text Example

White with #BB4974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4974; }

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

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

background-color css

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

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

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

border-color css

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

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

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