Html Css Color HEX #B34747 Chestnut

📋 copy color: '#B34747'

red 179 ◦ green 71 ◦ blue 71

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

Shades of Chestnut #B34747

Tints of Chestnut #B34747

RGB

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

 GREEN value IS 71 (28.13% from 255) = 22.12%

 BLUE value IS 71 (28.13% from 255) = 22.12%

R = 55.76%
G = 22.12%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.60

 K value IS 0.30

RGB Variations

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

Color information

#B34747 (or 0xB34747) is known color: Chestnut. HEX triplet: B3, 47 and 47. RGB value is (179,71,71). Sum of RGB (Red+Green+Blue) = 179+71+71=321 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.76% from 321); Green value is 71 (28.12% from 255 or 22.12% from 321); Blue value is 71 (28.12% from 255 or 22.12% from 321); Max value from RGB is 179 - color contains mainly: red. Hex color #B34747 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34747 is #4CB8B8. Grayscale: #676767. Windows color (decimal): -5028025 or 4671411. OLE color: 4671411.

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

Color convert

RGB 179 71 71 -
CMYK 0 0.60 0.60 0.30
HSL 0.43% 0.49% -
HSV(B) 0.6% 0.7% -
XYZ 21.98 14.55 7.61 -
YUV 103.29 109.78 182 -
System Red Green Blue C M Y K H S L
Decimal 179 71 71 0 0.60 0.60 0.30 0 0.43 0.49
Hex B3 47 47 0 3C 3C 1E 0 2B 31
Octal 263 107 107 0 74 74 36 0 53 61
Binary 10110011 1000111 1000111 0 111100 111100 11110 0 101011 110001

Color Harmonies of #B34747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34747

Black with #B34747

Text Example


Text Example

White with #B34747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34747; }

 p { color: rgb(179,71,71); }

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

background-color css

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

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

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

border-color css

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

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

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