Html Css Color HEX #B35345 Chestnut

📋 copy color: '#B35345'

red 179 ◦ green 83 ◦ blue 69

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

Shades of Chestnut #B35345

Tints of Chestnut #B35345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 20.85%

R = 54.08%
G = 25.08%
B = 20.85%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.61

 K value IS 0.30

RGB Variations

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

Color information

#B35345 (or 0xB35345) is known color: Chestnut. HEX triplet: B3, 53 and 45. RGB value is (179,83,69). Sum of RGB (Red+Green+Blue) = 179+83+69=331 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.08% from 331); Green value is 83 (32.81% from 255 or 25.08% from 331); Blue value is 69 (27.34% from 255 or 20.85% from 331); Max value from RGB is 179 - color contains mainly: red. Hex color #B35345 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B35345 is #4CACBA. Grayscale: #6E6E6E. Windows color (decimal): -5024955 or 4543411. OLE color: 4543411.

HSL color Cylindrical-coordinate representation of color #B35345: hue angle of 7.64º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B35345 is Cyan = 0, Magento = 0.54, Yellow = 0.61 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 83 69 -
CMYK 0 0.54 0.61 0.30
HSL 7.64º 0.44% 0.49% -
HSV(B) 7.64º 0.61% 0.7% -
XYZ 22.76 16.2 7.56 -
YUV 110.11 104.8 177.14 -
System Red Green Blue C M Y K H S L
Decimal 179 83 69 0 0.54 0.61 0.30 7.64 0.44 0.49
Hex B3 53 45 0 36 3D 1E 8 2C 31
Octal 263 123 105 0 66 75 36 10 54 61
Binary 10110011 1010011 1000101 0 110110 111101 11110 1000 101100 110001

Color Harmonies of #B35345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35345

Black with #B35345

Text Example


Text Example

White with #B35345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35345; }

 p { color: rgb(179,83,69); }

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

background-color css

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

 a { background-color: rgb(179,83,69); }

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

border-color css

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

 span { border-color: rgb(179,83,69); }

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