Html Css Color HEX #B9503F Chestnut

📋 copy color: '#B9503F'

red 185 ◦ green 80 ◦ blue 63

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

Shades of Chestnut #B9503F

Tints of Chestnut #B9503F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 19.21%

R = 56.4%
G = 24.39%
B = 19.21%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#B9503F (or 0xB9503F) is known color: Chestnut. HEX triplet: B9, 50 and 3F. RGB value is (185,80,63). Sum of RGB (Red+Green+Blue) = 185+80+63=328 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.40% from 328); Green value is 80 (31.64% from 255 or 24.39% from 328); Blue value is 63 (25% from 255 or 19.21% from 328); Max value from RGB is 185 - color contains mainly: red. Hex color #B9503F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9503F is #46AFC0. Grayscale: #6D6D6D. Windows color (decimal): -4632513 or 4149433. OLE color: 4149433.

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

Color convert

RGB 185 80 63 -
CMYK 0 0.57 0.66 0.27
HSL 8.36º 0.49% 0.49% -
HSV(B) 8.36º 0.66% 0.73% -
XYZ 23.77 16.41 6.62 -
YUV 109.46 101.79 181.88 -
System Red Green Blue C M Y K H S L
Decimal 185 80 63 0 0.57 0.66 0.27 8.36 0.49 0.49
Hex B9 50 3F 0 39 42 1B 8 31 31
Octal 271 120 77 0 71 102 33 10 61 61
Binary 10111001 1010000 111111 0 111001 1000010 11011 1000 110001 110001

Color Harmonies of #B9503F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9503F

Black with #B9503F

Text Example


Text Example

White with #B9503F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9503F; }

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

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

background-color css

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

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

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

border-color css

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

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

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