Html Css Color HEX #B84A3F Chestnut

📋 copy color: '#B84A3F'

red 184 ◦ green 74 ◦ blue 63

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

Shades of Chestnut #B84A3F

Tints of Chestnut #B84A3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 19.63%

R = 57.32%
G = 23.05%
B = 19.63%

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

#B84A3F (or 0xB84A3F) is known color: Chestnut. HEX triplet: B8, 4A and 3F. RGB value is (184,74,63). Sum of RGB (Red+Green+Blue) = 184+74+63=321 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.32% from 321); Green value is 74 (29.30% from 255 or 23.05% from 321); Blue value is 63 (25% from 255 or 19.63% from 321); Max value from RGB is 184 - color contains mainly: red. Hex color #B84A3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B84A3F is #47B5C0. Grayscale: #696969. Windows color (decimal): -4699585 or 4147896. OLE color: 4147896.

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

Color convert

RGB 184 74 63 -
CMYK 0 0.60 0.66 0.28
HSL 5.45º 0.49% 0.48% -
HSV(B) 5.45º 0.66% 0.72% -
XYZ 23.11 15.45 6.47 -
YUV 105.64 103.94 183.89 -
System Red Green Blue C M Y K H S L
Decimal 184 74 63 0 0.60 0.66 0.28 5.45 0.49 0.48
Hex B8 4A 3F 0 3C 42 1C 5 31 30
Octal 270 112 77 0 74 102 34 5 61 60
Binary 10111000 1001010 111111 0 111100 1000010 11100 101 110001 110000

Color Harmonies of #B84A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84A3F

Black with #B84A3F

Text Example


Text Example

White with #B84A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84A3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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