Html Css Color HEX #B9456D Royal Heath

📋 copy color: '#B9456D'

red 185 ◦ green 69 ◦ blue 109

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

Shades of Royal Heath #B9456D

Tints of Royal Heath #B9456D

RGB

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

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

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

R = 50.96%
G = 19.01%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#B9456D (or 0xB9456D) is known color: Royal Heath. HEX triplet: B9, 45 and 6D. RGB value is (185,69,109). Sum of RGB (Red+Green+Blue) = 185+69+109=363 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.96% from 363); Green value is 69 (27.34% from 255 or 19.01% from 363); Blue value is 109 (42.97% from 255 or 30.03% from 363); Max value from RGB is 185 - color contains mainly: red. Hex color #B9456D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9456D is #46BA92. Grayscale: #6C6C6C. Windows color (decimal): -4635283 or 7161273. OLE color: 7161273.

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

Color convert

RGB 185 69 109 -
CMYK 0 0.63 0.41 0.27
HSL 339.31º 0.46% 0.5% -
HSV(B) 339.31º 0.63% 0.73% -
XYZ 24.9 15.67 16.18 -
YUV 108.24 128.43 182.75 -
System Red Green Blue C M Y K H S L
Decimal 185 69 109 0 0.63 0.41 0.27 339.31 0.46 0.5
Hex B9 45 6D 0 3F 29 1B 153 2E 32
Octal 271 105 155 0 77 51 33 523 56 62
Binary 10111001 1000101 1101101 0 111111 101001 11011 101010011 101110 110010

Color Harmonies of #B9456D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9456D

Black with #B9456D

Text Example


Text Example

White with #B9456D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9456D; }

 p { color: rgb(185,69,109); }

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

background-color css

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

 a { background-color: rgb(185,69,109); }

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

border-color css

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

 span { border-color: rgb(185,69,109); }

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