Html Css Color HEX #B95344 Chestnut

📋 copy color: '#B95344'

red 185 ◦ green 83 ◦ blue 68

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

Shades of Chestnut #B95344

Tints of Chestnut #B95344

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 20.24%

R = 55.06%
G = 24.7%
B = 20.24%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#B95344 (or 0xB95344) is known color: Chestnut. HEX triplet: B9, 53 and 44. RGB value is (185,83,68). Sum of RGB (Red+Green+Blue) = 185+83+68=336 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.06% from 336); Green value is 83 (32.81% from 255 or 24.70% from 336); Blue value is 68 (26.95% from 255 or 20.24% from 336); Max value from RGB is 185 - color contains mainly: red. Hex color #B95344 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95344 is #46ACBB. Grayscale: #6F6F6F. Windows color (decimal): -4631740 or 4477881. OLE color: 4477881.

HSL color Cylindrical-coordinate representation of color #B95344: hue angle of 7.69º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B95344 is Cyan = 0, Magento = 0.55, Yellow = 0.63 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 83 68 -
CMYK 0 0.55 0.63 0.27
HSL 7.69º 0.46% 0.5% -
HSV(B) 7.69º 0.63% 0.73% -
XYZ 24.14 16.92 7.46 -
YUV 111.79 103.29 180.22 -
System Red Green Blue C M Y K H S L
Decimal 185 83 68 0 0.55 0.63 0.27 7.69 0.46 0.5
Hex B9 53 44 0 37 3F 1B 8 2E 32
Octal 271 123 104 0 67 77 33 10 56 62
Binary 10111001 1010011 1000100 0 110111 111111 11011 1000 101110 110010

Color Harmonies of #B95344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95344

Black with #B95344

Text Example


Text Example

White with #B95344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95344; }

 p { color: rgb(185,83,68); }

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

background-color css

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

 a { background-color: rgb(185,83,68); }

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

border-color css

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

 span { border-color: rgb(185,83,68); }

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