Html Css Color HEX #B9486B Royal Heath

📋 copy color: '#B9486B'

red 185 ◦ green 72 ◦ blue 107

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

Shades of Royal Heath #B9486B

Tints of Royal Heath #B9486B

RGB

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

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

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

R = 50.82%
G = 19.78%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#B9486B (or 0xB9486B) is known color: Royal Heath. HEX triplet: B9, 48 and 6B. RGB value is (185,72,107). Sum of RGB (Red+Green+Blue) = 185+72+107=364 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.82% from 364); Green value is 72 (28.52% from 255 or 19.78% from 364); Blue value is 107 (42.19% from 255 or 29.40% from 364); Max value from RGB is 185 - color contains mainly: red. Hex color #B9486B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9486B is #46B794. Grayscale: #6D6D6D. Windows color (decimal): -4634517 or 7030969. OLE color: 7030969.

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

Color convert

RGB 185 72 107 -
CMYK 0 0.61 0.42 0.27
HSL 341.42º 0.45% 0.5% -
HSV(B) 341.42º 0.61% 0.73% -
XYZ 24.98 16.01 15.68 -
YUV 109.78 126.44 181.65 -
System Red Green Blue C M Y K H S L
Decimal 185 72 107 0 0.61 0.42 0.27 341.42 0.45 0.5
Hex B9 48 6B 0 3D 2A 1B 155 2D 32
Octal 271 110 153 0 75 52 33 525 55 62
Binary 10111001 1001000 1101011 0 111101 101010 11011 101010101 101101 110010

Color Harmonies of #B9486B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9486B

Black with #B9486B

Text Example


Text Example

White with #B9486B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9486B; }

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

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

background-color css

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

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

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

border-color css

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

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

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