Html Css Color HEX #B9504F Chestnut

📋 copy color: '#B9504F'

red 185 ◦ green 80 ◦ blue 79

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

Shades of Chestnut #B9504F

Tints of Chestnut #B9504F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.26%

 BLUE value IS 79 (31.25% from 255) = 22.97%

R = 53.78%
G = 23.26%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#B9504F (or 0xB9504F) is known color: Chestnut. HEX triplet: B9, 50 and 4F. RGB value is (185,80,79). Sum of RGB (Red+Green+Blue) = 185+80+79=344 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.78% from 344); Green value is 80 (31.64% from 255 or 23.26% from 344); Blue value is 79 (31.25% from 255 or 22.97% from 344); Max value from RGB is 185 - color contains mainly: red. Hex color #B9504F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9504F is #46AFB0. Grayscale: #6F6F6F. Windows color (decimal): -4632497 or 5198009. OLE color: 5198009.

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

Color convert

RGB 185 80 79 -
CMYK 0 0.57 0.57 0.27
HSL 0.57º 0.43% 0.52% -
HSV(B) 0.57º 0.57% 0.73% -
XYZ 24.29 16.62 9.32 -
YUV 111.28 109.79 180.58 -
System Red Green Blue C M Y K H S L
Decimal 185 80 79 0 0.57 0.57 0.27 0.57 0.43 0.52
Hex B9 50 4F 0 39 39 1B 1 2B 34
Octal 271 120 117 0 71 71 33 1 53 64
Binary 10111001 1010000 1001111 0 111001 111001 11011 1 101011 110100

Color Harmonies of #B9504F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9504F

Black with #B9504F

Text Example


Text Example

White with #B9504F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9504F; }

 p { color: rgb(185,80,79); }

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

background-color css

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

 a { background-color: rgb(185,80,79); }

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

border-color css

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

 span { border-color: rgb(185,80,79); }

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