Html Css Color HEX #B34641 Chestnut

📋 copy color: '#B34641'

red 179 ◦ green 70 ◦ blue 65

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

Shades of Chestnut #B34641

Tints of Chestnut #B34641

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.29%

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

R = 57.01%
G = 22.29%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#B34641 (or 0xB34641) is known color: Chestnut. HEX triplet: B3, 46 and 41. RGB value is (179,70,65). Sum of RGB (Red+Green+Blue) = 179+70+65=314 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.01% from 314); Green value is 70 (27.73% from 255 or 22.29% from 314); Blue value is 65 (25.78% from 255 or 20.70% from 314); Max value from RGB is 179 - color contains mainly: red. Hex color #B34641 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34641 is #4CB9BE. Grayscale: #666666. Windows color (decimal): -5028287 or 4277939. OLE color: 4277939.

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

Color convert

RGB 179 70 65 -
CMYK 0 0.61 0.64 0.30
HSL 2.63º 0.47% 0.48% -
HSV(B) 2.63º 0.64% 0.7% -
XYZ 21.73 14.35 6.62 -
YUV 102.02 107.11 182.91 -
System Red Green Blue C M Y K H S L
Decimal 179 70 65 0 0.61 0.64 0.30 2.63 0.47 0.48
Hex B3 46 41 0 3D 40 1E 3 2F 30
Octal 263 106 101 0 75 100 36 3 57 60
Binary 10110011 1000110 1000001 0 111101 1000000 11110 11 101111 110000

Color Harmonies of #B34641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34641

Black with #B34641

Text Example


Text Example

White with #B34641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34641; }

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

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

background-color css

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

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

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

border-color css

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

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

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