Html Css Color HEX #B35141 Chestnut

📋 copy color: '#B35141'

red 179 ◦ green 81 ◦ blue 65

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

Shades of Chestnut #B35141

Tints of Chestnut #B35141

RGB

 RED value IS 179 (70.31% from 255) = 55.08%

 GREEN value IS 81 (32.03% from 255) = 24.92%

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

R = 55.08%
G = 24.92%
B = 20%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#B35141 (or 0xB35141) is known color: Chestnut. HEX triplet: B3, 51 and 41. RGB value is (179,81,65). Sum of RGB (Red+Green+Blue) = 179+81+65=325 (43% of max value = 765). Red value is 179 (70.31% from 255 or 55.08% from 325); Green value is 81 (32.03% from 255 or 24.92% from 325); Blue value is 65 (25.78% from 255 or 20% from 325); Max value from RGB is 179 - color contains mainly: red. Hex color #B35141 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B35141 is #4CAEBE. Grayscale: #6C6C6C. Windows color (decimal): -5025471 or 4280755. OLE color: 4280755.

HSL color Cylindrical-coordinate representation of color #B35141: hue angle of 8.42º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B35141 is Cyan = 0, Magento = 0.55, Yellow = 0.64 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 81 65 -
CMYK 0 0.55 0.64 0.30
HSL 8.42º 0.47% 0.48% -
HSV(B) 8.42º 0.64% 0.7% -
XYZ 22.49 15.85 6.88 -
YUV 108.48 103.47 178.3 -
System Red Green Blue C M Y K H S L
Decimal 179 81 65 0 0.55 0.64 0.30 8.42 0.47 0.48
Hex B3 51 41 0 37 40 1E 8 2F 30
Octal 263 121 101 0 67 100 36 10 57 60
Binary 10110011 1010001 1000001 0 110111 1000000 11110 1000 101111 110000

Color Harmonies of #B35141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35141

Black with #B35141

Text Example


Text Example

White with #B35141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35141; }

 p { color: rgb(179,81,65); }

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

background-color css

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

 a { background-color: rgb(179,81,65); }

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

border-color css

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

 span { border-color: rgb(179,81,65); }

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