Html Css Color HEX #B9524F Chestnut

📋 copy color: '#B9524F'

red 185 ◦ green 82 ◦ blue 79

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

Shades of Chestnut #B9524F

Tints of Chestnut #B9524F

RGB

 RED value IS 185 (72.66% from 255) = 53.47%

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

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

R = 53.47%
G = 23.7%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#B9524F (or 0xB9524F) is known color: Chestnut. HEX triplet: B9, 52 and 4F. RGB value is (185,82,79). Sum of RGB (Red+Green+Blue) = 185+82+79=346 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.47% from 346); Green value is 82 (32.42% from 255 or 23.70% from 346); Blue value is 79 (31.25% from 255 or 22.83% from 346); Max value from RGB is 185 - color contains mainly: red. Hex color #B9524F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9524F is #46ADB0. Grayscale: #707070. Windows color (decimal): -4631985 or 5198521. OLE color: 5198521.

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

Color convert

RGB 185 82 79 -
CMYK 0 0.56 0.57 0.27
HSL 1.7º 0.43% 0.52% -
HSV(B) 1.7º 0.57% 0.73% -
XYZ 24.44 16.91 9.37 -
YUV 112.46 109.12 179.74 -
System Red Green Blue C M Y K H S L
Decimal 185 82 79 0 0.56 0.57 0.27 1.7 0.43 0.52
Hex B9 52 4F 0 38 39 1B 2 2B 34
Octal 271 122 117 0 70 71 33 2 53 64
Binary 10111001 1010010 1001111 0 111000 111001 11011 10 101011 110100

Color Harmonies of #B9524F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9524F

Black with #B9524F

Text Example


Text Example

White with #B9524F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9524F; }

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

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

background-color css

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

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

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

border-color css

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

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

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