Html Css Color HEX #B9476B Royal Heath

📋 copy color: '#B9476B'

red 185 ◦ green 71 ◦ blue 107

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

Shades of Royal Heath #B9476B

Tints of Royal Heath #B9476B

RGB

 RED value IS 185 (72.66% from 255) = 50.96%

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

 BLUE value IS 107 (42.19% from 255) = 29.48%

R = 50.96%
G = 19.56%
B = 29.48%

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

#B9476B (or 0xB9476B) is known color: Royal Heath. HEX triplet: B9, 47 and 6B. RGB value is (185,71,107). Sum of RGB (Red+Green+Blue) = 185+71+107=363 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.96% from 363); Green value is 71 (28.12% from 255 or 19.56% from 363); Blue value is 107 (42.19% from 255 or 29.48% from 363); Max value from RGB is 185 - color contains mainly: red. Hex color #B9476B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9476B is #46B894. Grayscale: #6D6D6D. Windows color (decimal): -4634773 or 7030713. OLE color: 7030713.

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

Color convert

RGB 185 71 107 -
CMYK 0 0.62 0.42 0.27
HSL 341.05º 0.45% 0.5% -
HSV(B) 341.05º 0.62% 0.73% -
XYZ 24.91 15.88 15.66 -
YUV 109.19 126.77 182.07 -
System Red Green Blue C M Y K H S L
Decimal 185 71 107 0 0.62 0.42 0.27 341.05 0.45 0.5
Hex B9 47 6B 0 3E 2A 1B 155 2D 32
Octal 271 107 153 0 76 52 33 525 55 62
Binary 10111001 1000111 1101011 0 111110 101010 11011 101010101 101101 110010

Color Harmonies of #B9476B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9476B

Black with #B9476B

Text Example


Text Example

White with #B9476B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9476B; }

 p { color: rgb(185,71,107); }

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

background-color css

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

 a { background-color: rgb(185,71,107); }

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

border-color css

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

 span { border-color: rgb(185,71,107); }

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