Html Css Color HEX #B9463D Chestnut

📋 copy color: '#B9463D'

red 185 ◦ green 70 ◦ blue 61

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

Shades of Chestnut #B9463D

Tints of Chestnut #B9463D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.15%

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

R = 58.54%
G = 22.15%
B = 19.3%

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

#B9463D (or 0xB9463D) is known color: Chestnut. HEX triplet: B9, 46 and 3D. RGB value is (185,70,61). Sum of RGB (Red+Green+Blue) = 185+70+61=316 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.54% from 316); Green value is 70 (27.73% from 255 or 22.15% from 316); Blue value is 61 (24.22% from 255 or 19.30% from 316); Max value from RGB is 185 - color contains mainly: red. Hex color #B9463D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9463D is #46B9C2. Grayscale: #676767. Windows color (decimal): -4635075 or 4015801. OLE color: 4015801.

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

Color convert

RGB 185 70 61 -
CMYK 0 0.62 0.67 0.27
HSL 4.35º 0.5% 0.48% -
HSV(B) 4.35º 0.67% 0.73% -
XYZ 23.04 15.03 6.1 -
YUV 103.36 104.1 186.23 -
System Red Green Blue C M Y K H S L
Decimal 185 70 61 0 0.62 0.67 0.27 4.35 0.5 0.48
Hex B9 46 3D 0 3E 43 1B 4 32 30
Octal 271 106 75 0 76 103 33 4 62 60
Binary 10111001 1000110 111101 0 111110 1000011 11011 100 110010 110000

Color Harmonies of #B9463D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9463D

Black with #B9463D

Text Example


Text Example

White with #B9463D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9463D; }

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

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

background-color css

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

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

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

border-color css

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

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

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