Html Css Color HEX #BB4875 Royal Heath

📋 copy color: '#BB4875'

red 187 ◦ green 72 ◦ blue 117

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

Shades of Royal Heath #BB4875

Tints of Royal Heath #BB4875

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.15%

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

R = 49.73%
G = 19.15%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#BB4875 (or 0xBB4875) is known color: Royal Heath. HEX triplet: BB, 48 and 75. RGB value is (187,72,117). Sum of RGB (Red+Green+Blue) = 187+72+117=376 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.73% from 376); Green value is 72 (28.52% from 255 or 19.15% from 376); Blue value is 117 (46.09% from 255 or 31.12% from 376); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4875 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4875 is #44B78A. Grayscale: #6F6F6F. Windows color (decimal): -4503435 or 7686331. OLE color: 7686331.

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

Color convert

RGB 187 72 117 -
CMYK 0 0.61 0.37 0.27
HSL 336.52º 0.46% 0.51% -
HSV(B) 336.52º 0.61% 0.73% -
XYZ 26.02 16.48 18.64 -
YUV 111.52 131.1 181.84 -
System Red Green Blue C M Y K H S L
Decimal 187 72 117 0 0.61 0.37 0.27 336.52 0.46 0.51
Hex BB 48 75 0 3D 25 1B 151 2E 33
Octal 273 110 165 0 75 45 33 521 56 63
Binary 10111011 1001000 1110101 0 111101 100101 11011 101010001 101110 110011

Color Harmonies of #BB4875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4875

Black with #BB4875

Text Example


Text Example

White with #BB4875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4875; }

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

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

background-color css

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

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

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

border-color css

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

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

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