Html Css Color HEX #B9486F Royal Heath

📋 copy color: '#B9486F'

red 185 ◦ green 72 ◦ blue 111

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

Shades of Royal Heath #B9486F

Tints of Royal Heath #B9486F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 30.16%

R = 50.27%
G = 19.57%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.4

 K value IS 0.27

RGB Variations

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

Color information

#B9486F (or 0xB9486F) is known color: Royal Heath. HEX triplet: B9, 48 and 6F. RGB value is (185,72,111). Sum of RGB (Red+Green+Blue) = 185+72+111=368 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.27% from 368); Green value is 72 (28.52% from 255 or 19.57% from 368); Blue value is 111 (43.75% from 255 or 30.16% from 368); Max value from RGB is 185 - color contains mainly: red. Hex color #B9486F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9486F is #46B790. Grayscale: #6E6E6E. Windows color (decimal): -4634513 or 7293113. OLE color: 7293113.

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

Color convert

RGB 185 72 111 -
CMYK 0 0.61 0.4 0.27
HSL 339.29º 0.45% 0.5% -
HSV(B) 339.29º 0.61% 0.73% -
XYZ 25.19 16.1 16.82 -
YUV 110.23 128.44 181.33 -
System Red Green Blue C M Y K H S L
Decimal 185 72 111 0 0.61 0.4 0.27 339.29 0.45 0.5
Hex B9 48 6F 0 3D 28 1B 153 2D 32
Octal 271 110 157 0 75 50 33 523 55 62
Binary 10111001 1001000 1101111 0 111101 101000 11011 101010011 101101 110010

Color Harmonies of #B9486F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9486F

Black with #B9486F

Text Example


Text Example

White with #B9486F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9486F; }

 p { color: rgb(185,72,111); }

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

background-color css

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

 a { background-color: rgb(185,72,111); }

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

border-color css

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

 span { border-color: rgb(185,72,111); }

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