Html Css Color HEX #B9473D Chestnut

📋 copy color: '#B9473D'

red 185 ◦ green 71 ◦ blue 61

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

Shades of Chestnut #B9473D

Tints of Chestnut #B9473D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 22.4%

 BLUE value IS 61 (24.22% from 255) = 19.24%

R = 58.36%
G = 22.4%
B = 19.24%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#B9473D (or 0xB9473D) is known color: Chestnut. HEX triplet: B9, 47 and 3D. RGB value is (185,71,61). Sum of RGB (Red+Green+Blue) = 185+71+61=317 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.36% from 317); Green value is 71 (28.12% from 255 or 22.40% from 317); Blue value is 61 (24.22% from 255 or 19.24% from 317); Max value from RGB is 185 - color contains mainly: red. Hex color #B9473D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9473D is #46B8C2. Grayscale: #686868. Windows color (decimal): -4634819 or 4016057. OLE color: 4016057.

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

Color convert

RGB 185 71 61 -
CMYK 0 0.62 0.67 0.27
HSL 4.84º 0.5% 0.48% -
HSV(B) 4.84º 0.67% 0.73% -
XYZ 23.1 15.16 6.12 -
YUV 103.95 103.77 185.81 -
System Red Green Blue C M Y K H S L
Decimal 185 71 61 0 0.62 0.67 0.27 4.84 0.5 0.48
Hex B9 47 3D 0 3E 43 1B 5 32 30
Octal 271 107 75 0 76 103 33 5 62 60
Binary 10111001 1000111 111101 0 111110 1000011 11011 101 110010 110000

Color Harmonies of #B9473D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9473D

Black with #B9473D

Text Example


Text Example

White with #B9473D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9473D; }

 p { color: rgb(185,71,61); }

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

background-color css

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

 a { background-color: rgb(185,71,61); }

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

border-color css

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

 span { border-color: rgb(185,71,61); }

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