Html Css Color HEX #B8463E Chestnut

📋 copy color: '#B8463E'

red 184 ◦ green 70 ◦ blue 62

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

Shades of Chestnut #B8463E

Tints of Chestnut #B8463E

RGB

 RED value IS 184 (72.27% from 255) = 58.23%

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

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

R = 58.23%
G = 22.15%
B = 19.62%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.66

 K value IS 0.28

RGB Variations

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

Color information

#B8463E (or 0xB8463E) is known color: Chestnut. HEX triplet: B8, 46 and 3E. RGB value is (184,70,62). Sum of RGB (Red+Green+Blue) = 184+70+62=316 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.23% from 316); Green value is 70 (27.73% from 255 or 22.15% from 316); Blue value is 62 (24.61% from 255 or 19.62% from 316); Max value from RGB is 184 - color contains mainly: red. Hex color #B8463E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8463E is #47B9C1. Grayscale: #676767. Windows color (decimal): -4700610 or 4081336. OLE color: 4081336.

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

Color convert

RGB 184 70 62 -
CMYK 0 0.62 0.66 0.28
HSL 3.93º 0.5% 0.48% -
HSV(B) 3.93º 0.66% 0.72% -
XYZ 22.83 14.92 6.23 -
YUV 103.17 104.77 185.65 -
System Red Green Blue C M Y K H S L
Decimal 184 70 62 0 0.62 0.66 0.28 3.93 0.5 0.48
Hex B8 46 3E 0 3E 42 1C 4 32 30
Octal 270 106 76 0 76 102 34 4 62 60
Binary 10111000 1000110 111110 0 111110 1000010 11100 100 110010 110000

Color Harmonies of #B8463E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8463E

Black with #B8463E

Text Example


Text Example

White with #B8463E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8463E; }

 p { color: rgb(184,70,62); }

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

background-color css

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

 a { background-color: rgb(184,70,62); }

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

border-color css

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

 span { border-color: rgb(184,70,62); }

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