Html Css Color HEX #BB4073 Royal Heath

📋 copy color: '#BB4073'

red 187 ◦ green 64 ◦ blue 115

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

Shades of Royal Heath #BB4073

Tints of Royal Heath #BB4073

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.49%

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

R = 51.09%
G = 17.49%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#BB4073 (or 0xBB4073) is known color: Royal Heath. HEX triplet: BB, 40 and 73. RGB value is (187,64,115). Sum of RGB (Red+Green+Blue) = 187+64+115=366 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.09% from 366); Green value is 64 (25.39% from 255 or 17.49% from 366); Blue value is 115 (45.31% from 255 or 31.42% from 366); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4073 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4073 is #44BF8C. Grayscale: #6A6A6A. Windows color (decimal): -4505485 or 7553211. OLE color: 7553211.

HSL color Cylindrical-coordinate representation of color #BB4073: hue angle of 335.12º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BB4073 is Cyan = 0, Magento = 0.66, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 64 115 -
CMYK 0 0.66 0.39 0.27
HSL 335.12º 0.49% 0.49% -
HSV(B) 335.12º 0.66% 0.73% -
XYZ 25.42 15.47 17.87 -
YUV 106.59 132.75 185.35 -
System Red Green Blue C M Y K H S L
Decimal 187 64 115 0 0.66 0.39 0.27 335.12 0.49 0.49
Hex BB 40 73 0 42 27 1B 14F 31 31
Octal 273 100 163 0 102 47 33 517 61 61
Binary 10111011 1000000 1110011 0 1000010 100111 11011 101001111 110001 110001

Color Harmonies of #BB4073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4073

Black with #BB4073

Text Example


Text Example

White with #BB4073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4073; }

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

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

background-color css

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

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

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

border-color css

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

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

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