Html Css Color HEX #BB476D Royal Heath

📋 copy color: '#BB476D'

red 187 ◦ green 71 ◦ blue 109

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

Shades of Royal Heath #BB476D

Tints of Royal Heath #BB476D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 29.7%

R = 50.95%
G = 19.35%
B = 29.7%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#BB476D (or 0xBB476D) is known color: Royal Heath. HEX triplet: BB, 47 and 6D. RGB value is (187,71,109). Sum of RGB (Red+Green+Blue) = 187+71+109=367 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.95% from 367); Green value is 71 (28.12% from 255 or 19.35% from 367); Blue value is 109 (42.97% from 255 or 29.70% from 367); Max value from RGB is 187 - color contains mainly: red. Hex color #BB476D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB476D is #44B892. Grayscale: #6D6D6D. Windows color (decimal): -4503699 or 7161787. OLE color: 7161787.

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

Color convert

RGB 187 71 109 -
CMYK 0 0.62 0.42 0.27
HSL 340.34º 0.46% 0.51% -
HSV(B) 340.34º 0.62% 0.73% -
XYZ 25.51 16.18 16.25 -
YUV 110.02 127.43 182.91 -
System Red Green Blue C M Y K H S L
Decimal 187 71 109 0 0.62 0.42 0.27 340.34 0.46 0.51
Hex BB 47 6D 0 3E 2A 1B 154 2E 33
Octal 273 107 155 0 76 52 33 524 56 63
Binary 10111011 1000111 1101101 0 111110 101010 11011 101010100 101110 110011

Color Harmonies of #BB476D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB476D

Black with #BB476D

Text Example


Text Example

White with #BB476D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB476D; }

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

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

background-color css

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

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

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

border-color css

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

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

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