Html Css Color HEX #B84A3E Chestnut

📋 copy color: '#B84A3E'

red 184 ◦ green 74 ◦ blue 62

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

Shades of Chestnut #B84A3E

Tints of Chestnut #B84A3E

RGB

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

 GREEN value IS 74 (29.3% from 255) = 23.13%

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

R = 57.5%
G = 23.13%
B = 19.38%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.66

 K value IS 0.28

RGB Variations

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

Color information

#B84A3E (or 0xB84A3E) is known color: Chestnut. HEX triplet: B8, 4A and 3E. RGB value is (184,74,62). Sum of RGB (Red+Green+Blue) = 184+74+62=320 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.5% from 320); Green value is 74 (29.30% from 255 or 23.12% from 320); Blue value is 62 (24.61% from 255 or 19.38% from 320); Max value from RGB is 184 - color contains mainly: red. Hex color #B84A3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B84A3E is #47B5C1. Grayscale: #696969. Windows color (decimal): -4699586 or 4082360. OLE color: 4082360.

HSL color Cylindrical-coordinate representation of color #B84A3E: hue angle of 5.9º 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 #B84A3E is Cyan = 0, Magento = 0.60, Yellow = 0.66 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 74 62 -
CMYK 0 0.60 0.66 0.28
HSL 5.9º 0.5% 0.48% -
HSV(B) 5.9º 0.66% 0.72% -
XYZ 23.09 15.44 6.32 -
YUV 105.52 103.44 183.98 -
System Red Green Blue C M Y K H S L
Decimal 184 74 62 0 0.60 0.66 0.28 5.9 0.5 0.48
Hex B8 4A 3E 0 3C 42 1C 6 32 30
Octal 270 112 76 0 74 102 34 6 62 60
Binary 10111000 1001010 111110 0 111100 1000010 11100 110 110010 110000

Color Harmonies of #B84A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84A3E

Black with #B84A3E

Text Example


Text Example

White with #B84A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84A3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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