Html Css Color HEX #B95341 Chestnut

📋 copy color: '#B95341'

red 185 ◦ green 83 ◦ blue 65

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

Shades of Chestnut #B95341

Tints of Chestnut #B95341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 19.52%

R = 55.56%
G = 24.92%
B = 19.52%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#B95341 (or 0xB95341) is known color: Chestnut. HEX triplet: B9, 53 and 41. RGB value is (185,83,65). Sum of RGB (Red+Green+Blue) = 185+83+65=333 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.56% from 333); Green value is 83 (32.81% from 255 or 24.92% from 333); Blue value is 65 (25.78% from 255 or 19.52% from 333); Max value from RGB is 185 - color contains mainly: red. Hex color #B95341 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95341 is #46ACBE. Grayscale: #6F6F6F. Windows color (decimal): -4631743 or 4281273. OLE color: 4281273.

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

Color convert

RGB 185 83 65 -
CMYK 0 0.55 0.65 0.27
HSL 0.48% 0.49% -
HSV(B) 0.65% 0.73% -
XYZ 24.05 16.88 6.99 -
YUV 111.45 101.79 180.46 -
System Red Green Blue C M Y K H S L
Decimal 185 83 65 0 0.55 0.65 0.27 9 0.48 0.49
Hex B9 53 41 0 37 41 1B 9 30 31
Octal 271 123 101 0 67 101 33 11 60 61
Binary 10111001 1010011 1000001 0 110111 1000001 11011 1001 110000 110001

Color Harmonies of #B95341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95341

Black with #B95341

Text Example


Text Example

White with #B95341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95341; }

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

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

background-color css

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

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

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

border-color css

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

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

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