Html Css Color HEX #B8534A Chestnut

📋 copy color: '#B8534A'

red 184 ◦ green 83 ◦ blue 74

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

Shades of Chestnut #B8534A

Tints of Chestnut #B8534A

RGB

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

 GREEN value IS 83 (32.81% from 255) = 24.34%

 BLUE value IS 74 (29.3% from 255) = 21.7%

R = 53.96%
G = 24.34%
B = 21.7%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.60

 K value IS 0.28

RGB Variations

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

Color information

#B8534A (or 0xB8534A) is known color: Chestnut. HEX triplet: B8, 53 and 4A. RGB value is (184,83,74). Sum of RGB (Red+Green+Blue) = 184+83+74=341 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.96% from 341); Green value is 83 (32.81% from 255 or 24.34% from 341); Blue value is 74 (29.30% from 255 or 21.70% from 341); Max value from RGB is 184 - color contains mainly: red. Hex color #B8534A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8534A is #47ACB5. Grayscale: #707070. Windows color (decimal): -4697270 or 4871096. OLE color: 4871096.

HSL color Cylindrical-coordinate representation of color #B8534A: hue angle of 4.91º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B8534A is Cyan = 0, Magento = 0.55, Yellow = 0.60 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 83 74 -
CMYK 0 0.55 0.60 0.28
HSL 4.91º 0.44% 0.51% -
HSV(B) 4.91º 0.6% 0.72% -
XYZ 24.1 16.87 8.47 -
YUV 112.17 106.46 179.23 -
System Red Green Blue C M Y K H S L
Decimal 184 83 74 0 0.55 0.60 0.28 4.91 0.44 0.51
Hex B8 53 4A 0 37 3C 1C 5 2C 33
Octal 270 123 112 0 67 74 34 5 54 63
Binary 10111000 1010011 1001010 0 110111 111100 11100 101 101100 110011

Color Harmonies of #B8534A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8534A

Black with #B8534A

Text Example


Text Example

White with #B8534A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8534A; }

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

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

background-color css

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

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

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

border-color css

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

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

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