Html Css Color HEX #B34C47 Chestnut

📋 copy color: '#B34C47'

red 179 ◦ green 76 ◦ blue 71

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

Shades of Chestnut #B34C47

Tints of Chestnut #B34C47

RGB

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

 GREEN value IS 76 (30.08% from 255) = 23.31%

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

R = 54.91%
G = 23.31%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.60

 K value IS 0.30

RGB Variations

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

Color information

#B34C47 (or 0xB34C47) is known color: Chestnut. HEX triplet: B3, 4C and 47. RGB value is (179,76,71). Sum of RGB (Red+Green+Blue) = 179+76+71=326 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.91% from 326); Green value is 76 (30.08% from 255 or 23.31% from 326); Blue value is 71 (28.12% from 255 or 21.78% from 326); Max value from RGB is 179 - color contains mainly: red. Hex color #B34C47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34C47 is #4CB3B8. Grayscale: #6A6A6A. Windows color (decimal): -5026745 or 4672691. OLE color: 4672691.

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

Color convert

RGB 179 76 71 -
CMYK 0 0.58 0.60 0.30
HSL 2.78º 0.43% 0.49% -
HSV(B) 2.78º 0.6% 0.7% -
XYZ 22.31 15.21 7.72 -
YUV 106.23 108.12 179.91 -
System Red Green Blue C M Y K H S L
Decimal 179 76 71 0 0.58 0.60 0.30 2.78 0.43 0.49
Hex B3 4C 47 0 3A 3C 1E 3 2B 31
Octal 263 114 107 0 72 74 36 3 53 61
Binary 10110011 1001100 1000111 0 111010 111100 11110 11 101011 110001

Color Harmonies of #B34C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34C47

Black with #B34C47

Text Example


Text Example

White with #B34C47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34C47; }

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

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

background-color css

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

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

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

border-color css

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

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

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