Html Css Color HEX #B64141 Chestnut

📋 copy color: '#B64141'

red 182 ◦ green 65 ◦ blue 65

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

Shades of Chestnut #B64141

Tints of Chestnut #B64141

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.83%

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

R = 58.33%
G = 20.83%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B64141 (or 0xB64141) is known color: Chestnut. HEX triplet: B6, 41 and 41. RGB value is (182,65,65). Sum of RGB (Red+Green+Blue) = 182+65+65=312 (41% of max value = 765). Red value is 182 (71.48% from 255 or 58.33% from 312); Green value is 65 (25.78% from 255 or 20.83% from 312); Blue value is 65 (25.78% from 255 or 20.83% from 312); Max value from RGB is 182 - color contains mainly: red. Hex color #B64141 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64141 is #49BEBE. Grayscale: #646464. Windows color (decimal): -4832959 or 4276662. OLE color: 4276662.

HSL color Cylindrical-coordinate representation of color #B64141: hue angle of 0º 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 #B64141 is Cyan = 0, Magento = 0.64, Yellow = 0.64 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 65 65 -
CMYK 0 0.64 0.64 0.29
HSL 0.47% 0.48% -
HSV(B) 0.64% 0.71% -
XYZ 22.14 14.11 6.56 -
YUV 99.98 108.26 186.5 -
System Red Green Blue C M Y K H S L
Decimal 182 65 65 0 0.64 0.64 0.29 0 0.47 0.48
Hex B6 41 41 0 40 40 1D 0 2F 30
Octal 266 101 101 0 100 100 35 0 57 60
Binary 10110110 1000001 1000001 0 1000000 1000000 11101 0 101111 110000

Color Harmonies of #B64141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64141

Black with #B64141

Text Example


Text Example

White with #B64141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64141; }

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

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

background-color css

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

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

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

border-color css

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

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

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