Html Css Color HEX #BB4575 Royal Heath

📋 copy color: '#BB4575'

red 187 ◦ green 69 ◦ blue 117

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

Shades of Royal Heath #BB4575

Tints of Royal Heath #BB4575

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.5%

 BLUE value IS 117 (46.09% from 255) = 31.37%

R = 50.13%
G = 18.5%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#BB4575 (or 0xBB4575) is known color: Royal Heath. HEX triplet: BB, 45 and 75. RGB value is (187,69,117). Sum of RGB (Red+Green+Blue) = 187+69+117=373 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.13% from 373); Green value is 69 (27.34% from 255 or 18.50% from 373); Blue value is 117 (46.09% from 255 or 31.37% from 373); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4575 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4575 is #44BA8A. Grayscale: #6D6D6D. Windows color (decimal): -4504203 or 7685563. OLE color: 7685563.

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

Color convert

RGB 187 69 117 -
CMYK 0 0.63 0.37 0.27
HSL 335.59º 0.46% 0.5% -
HSV(B) 335.59º 0.63% 0.73% -
XYZ 25.83 16.11 18.58 -
YUV 109.75 132.09 183.1 -
System Red Green Blue C M Y K H S L
Decimal 187 69 117 0 0.63 0.37 0.27 335.59 0.46 0.5
Hex BB 45 75 0 3F 25 1B 150 2E 32
Octal 273 105 165 0 77 45 33 520 56 62
Binary 10111011 1000101 1110101 0 111111 100101 11011 101010000 101110 110010

Color Harmonies of #BB4575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4575

Black with #BB4575

Text Example


Text Example

White with #BB4575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4575; }

 p { color: rgb(187,69,117); }

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

background-color css

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

 a { background-color: rgb(187,69,117); }

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

border-color css

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

 span { border-color: rgb(187,69,117); }

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