Html Css Color HEX #B95242 Chestnut

📋 copy color: '#B95242'

red 185 ◦ green 82 ◦ blue 66

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

Shades of Chestnut #B95242

Tints of Chestnut #B95242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 19.82%

R = 55.56%
G = 24.62%
B = 19.82%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#B95242 (or 0xB95242) is known color: Chestnut. HEX triplet: B9, 52 and 42. RGB value is (185,82,66). Sum of RGB (Red+Green+Blue) = 185+82+66=333 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.56% from 333); Green value is 82 (32.42% from 255 or 24.62% from 333); Blue value is 66 (26.17% from 255 or 19.82% from 333); Max value from RGB is 185 - color contains mainly: red. Hex color #B95242 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95242 is #46ADBD. Grayscale: #6F6F6F. Windows color (decimal): -4631998 or 4346553. OLE color: 4346553.

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

Color convert

RGB 185 82 66 -
CMYK 0 0.56 0.64 0.27
HSL 8.07º 0.47% 0.49% -
HSV(B) 8.07º 0.64% 0.73% -
XYZ 24.01 16.74 7.12 -
YUV 110.97 102.62 180.8 -
System Red Green Blue C M Y K H S L
Decimal 185 82 66 0 0.56 0.64 0.27 8.07 0.47 0.49
Hex B9 52 42 0 38 40 1B 8 2F 31
Octal 271 122 102 0 70 100 33 10 57 61
Binary 10111001 1010010 1000010 0 111000 1000000 11011 1000 101111 110001

Color Harmonies of #B95242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95242

Black with #B95242

Text Example


Text Example

White with #B95242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95242; }

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

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

background-color css

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

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

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

border-color css

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

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

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