Html Css Color HEX #B9443E Chestnut

📋 copy color: '#B9443E'

red 185 ◦ green 68 ◦ blue 62

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

Shades of Chestnut #B9443E

Tints of Chestnut #B9443E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.59%

 BLUE value IS 62 (24.61% from 255) = 19.68%

R = 58.73%
G = 21.59%
B = 19.68%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#B9443E (or 0xB9443E) is known color: Chestnut. HEX triplet: B9, 44 and 3E. RGB value is (185,68,62). Sum of RGB (Red+Green+Blue) = 185+68+62=315 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.73% from 315); Green value is 68 (26.95% from 255 or 21.59% from 315); Blue value is 62 (24.61% from 255 or 19.68% from 315); Max value from RGB is 185 - color contains mainly: red. Hex color #B9443E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9443E is #46BBC1. Grayscale: #666666. Windows color (decimal): -4635586 or 4080825. OLE color: 4080825.

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

Color convert

RGB 185 68 62 -
CMYK 0 0.63 0.66 0.27
HSL 2.93º 0.5% 0.48% -
HSV(B) 2.93º 0.66% 0.73% -
XYZ 22.94 14.8 6.2 -
YUV 102.3 105.26 186.99 -
System Red Green Blue C M Y K H S L
Decimal 185 68 62 0 0.63 0.66 0.27 2.93 0.5 0.48
Hex B9 44 3E 0 3F 42 1B 3 32 30
Octal 271 104 76 0 77 102 33 3 62 60
Binary 10111001 1000100 111110 0 111111 1000010 11011 11 110010 110000

Color Harmonies of #B9443E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9443E

Black with #B9443E

Text Example


Text Example

White with #B9443E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9443E; }

 p { color: rgb(185,68,62); }

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

background-color css

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

 a { background-color: rgb(185,68,62); }

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

border-color css

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

 span { border-color: rgb(185,68,62); }

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