Html Css Color HEX #B8524F Chestnut

📋 copy color: '#B8524F'

red 184 ◦ green 82 ◦ blue 79

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

Shades of Chestnut #B8524F

Tints of Chestnut #B8524F

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.77%

 BLUE value IS 79 (31.25% from 255) = 22.9%

R = 53.33%
G = 23.77%
B = 22.9%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.57

 K value IS 0.28

RGB Variations

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

Color information

#B8524F (or 0xB8524F) is known color: Chestnut. HEX triplet: B8, 52 and 4F. RGB value is (184,82,79). Sum of RGB (Red+Green+Blue) = 184+82+79=345 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.33% from 345); Green value is 82 (32.42% from 255 or 23.77% from 345); Blue value is 79 (31.25% from 255 or 22.90% from 345); Max value from RGB is 184 - color contains mainly: red. Hex color #B8524F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8524F is #47ADB0. Grayscale: #707070. Windows color (decimal): -4697521 or 5198520. OLE color: 5198520.

HSL color Cylindrical-coordinate representation of color #B8524F: hue angle of 1.71º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B8524F is Cyan = 0, Magento = 0.55, Yellow = 0.57 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 82 79 -
CMYK 0 0.55 0.57 0.28
HSL 1.71º 0.43% 0.52% -
HSV(B) 1.71º 0.57% 0.72% -
XYZ 24.2 16.79 9.36 -
YUV 112.16 109.29 179.24 -
System Red Green Blue C M Y K H S L
Decimal 184 82 79 0 0.55 0.57 0.28 1.71 0.43 0.52
Hex B8 52 4F 0 37 39 1C 2 2B 34
Octal 270 122 117 0 67 71 34 2 53 64
Binary 10111000 1010010 1001111 0 110111 111001 11100 10 101011 110100

Color Harmonies of #B8524F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8524F

Black with #B8524F

Text Example


Text Example

White with #B8524F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8524F; }

 p { color: rgb(184,82,79); }

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

background-color css

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

 a { background-color: rgb(184,82,79); }

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

border-color css

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

 span { border-color: rgb(184,82,79); }

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