Html Css Color HEX #B34342 Chestnut

📋 copy color: '#B34342'

red 179 ◦ green 67 ◦ blue 66

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

Shades of Chestnut #B34342

Tints of Chestnut #B34342

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 21.15%

R = 57.37%
G = 21.47%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.63

 K value IS 0.30

RGB Variations

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

Color information

#B34342 (or 0xB34342) is known color: Chestnut. HEX triplet: B3, 43 and 42. RGB value is (179,67,66). Sum of RGB (Red+Green+Blue) = 179+67+66=312 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.37% from 312); Green value is 67 (26.56% from 255 or 21.47% from 312); Blue value is 66 (26.17% from 255 or 21.15% from 312); Max value from RGB is 179 - color contains mainly: red. Hex color #B34342 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34342 is #4CBCBD. Grayscale: #646464. Windows color (decimal): -5029054 or 4342707. OLE color: 4342707.

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

Color convert

RGB 179 67 66 -
CMYK 0 0.63 0.63 0.30
HSL 0.53º 0.46% 0.48% -
HSV(B) 0.53º 0.63% 0.7% -
XYZ 21.58 13.99 6.72 -
YUV 100.37 108.61 184.08 -
System Red Green Blue C M Y K H S L
Decimal 179 67 66 0 0.63 0.63 0.30 0.53 0.46 0.48
Hex B3 43 42 0 3F 3F 1E 1 2E 30
Octal 263 103 102 0 77 77 36 1 56 60
Binary 10110011 1000011 1000010 0 111111 111111 11110 1 101110 110000

Color Harmonies of #B34342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34342

Black with #B34342

Text Example


Text Example

White with #B34342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34342; }

 p { color: rgb(179,67,66); }

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

background-color css

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

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

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

border-color css

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

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

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