Html Css Color HEX #BB4770 Royal Heath

📋 copy color: '#BB4770'

red 187 ◦ green 71 ◦ blue 112

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

Shades of Royal Heath #BB4770

Tints of Royal Heath #BB4770

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.19%

 BLUE value IS 112 (44.14% from 255) = 30.27%

R = 50.54%
G = 19.19%
B = 30.27%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#BB4770 (or 0xBB4770) is known color: Royal Heath. HEX triplet: BB, 47 and 70. RGB value is (187,71,112). Sum of RGB (Red+Green+Blue) = 187+71+112=370 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.54% from 370); Green value is 71 (28.12% from 255 or 19.19% from 370); Blue value is 112 (44.14% from 255 or 30.27% from 370); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4770 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4770 is #44B88F. Grayscale: #6E6E6E. Windows color (decimal): -4503696 or 7358395. OLE color: 7358395.

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

Color convert

RGB 187 71 112 -
CMYK 0 0.62 0.40 0.27
HSL 338.79º 0.46% 0.51% -
HSV(B) 338.79º 0.62% 0.73% -
XYZ 25.67 16.24 17.11 -
YUV 110.36 128.93 182.67 -
System Red Green Blue C M Y K H S L
Decimal 187 71 112 0 0.62 0.40 0.27 338.79 0.46 0.51
Hex BB 47 70 0 3E 28 1B 153 2E 33
Octal 273 107 160 0 76 50 33 523 56 63
Binary 10111011 1000111 1110000 0 111110 101000 11011 101010011 101110 110011

Color Harmonies of #BB4770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4770

Black with #BB4770

Text Example


Text Example

White with #BB4770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4770; }

 p { color: rgb(187,71,112); }

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

background-color css

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

 a { background-color: rgb(187,71,112); }

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

border-color css

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

 span { border-color: rgb(187,71,112); }

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