Html Css Color HEX #B64341 Chestnut

📋 copy color: '#B64341'

red 182 ◦ green 67 ◦ blue 65

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

Shades of Chestnut #B64341

Tints of Chestnut #B64341

RGB

 RED value IS 182 (71.48% from 255) = 57.96%

 GREEN value IS 67 (26.56% from 255) = 21.34%

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

R = 57.96%
G = 21.34%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B64341 (or 0xB64341) is known color: Chestnut. HEX triplet: B6, 43 and 41. RGB value is (182,67,65). Sum of RGB (Red+Green+Blue) = 182+67+65=314 (41% of max value = 765). Red value is 182 (71.48% from 255 or 57.96% from 314); Green value is 67 (26.56% from 255 or 21.34% from 314); Blue value is 65 (25.78% from 255 or 20.70% from 314); Max value from RGB is 182 - color contains mainly: red. Hex color #B64341 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64341 is #49BCBE. Grayscale: #656565. Windows color (decimal): -4832447 or 4277174. OLE color: 4277174.

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

Color convert

RGB 182 67 65 -
CMYK 0 0.63 0.64 0.29
HSL 1.03º 0.47% 0.48% -
HSV(B) 1.03º 0.64% 0.71% -
XYZ 22.25 14.34 6.6 -
YUV 101.16 107.6 185.66 -
System Red Green Blue C M Y K H S L
Decimal 182 67 65 0 0.63 0.64 0.29 1.03 0.47 0.48
Hex B6 43 41 0 3F 40 1D 1 2F 30
Octal 266 103 101 0 77 100 35 1 57 60
Binary 10110110 1000011 1000001 0 111111 1000000 11101 1 101111 110000

Color Harmonies of #B64341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64341

Black with #B64341

Text Example


Text Example

White with #B64341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64341; }

 p { color: rgb(182,67,65); }

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

background-color css

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

 a { background-color: rgb(182,67,65); }

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

border-color css

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

 span { border-color: rgb(182,67,65); }

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