Html Css Color HEX #B04A42 Chestnut

📋 copy color: '#B04A42'

red 176 ◦ green 74 ◦ blue 66

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

Shades of Chestnut #B04A42

Tints of Chestnut #B04A42

RGB

 RED value IS 176 (69.14% from 255) = 55.7%

 GREEN value IS 74 (29.3% from 255) = 23.42%

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

R = 55.7%
G = 23.42%
B = 20.89%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#B04A42 (or 0xB04A42) is known color: Chestnut. HEX triplet: B0, 4A and 42. RGB value is (176,74,66). Sum of RGB (Red+Green+Blue) = 176+74+66=316 (41% of max value = 765). Red value is 176 (69.14% from 255 or 55.70% from 316); Green value is 74 (29.30% from 255 or 23.42% from 316); Blue value is 66 (26.17% from 255 or 20.89% from 316); Max value from RGB is 176 - color contains mainly: red. Hex color #B04A42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B04A42 is #4FB5BD. Grayscale: #676767. Windows color (decimal): -5223870 or 4344496. OLE color: 4344496.

HSL color Cylindrical-coordinate representation of color #B04A42: hue angle of 4.36º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B04A42 is Cyan = 0, Magento = 0.58, Yellow = 0.62 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 74 66 -
CMYK 0 0.58 0.62 0.31
HSL 4.36º 0.45% 0.47% -
HSV(B) 4.36º 0.63% 0.69% -
XYZ 21.34 14.52 6.83 -
YUV 103.59 106.79 179.65 -
System Red Green Blue C M Y K H S L
Decimal 176 74 66 0 0.58 0.62 0.31 4.36 0.45 0.47
Hex B0 4A 42 0 3A 3E 1F 4 2D 2F
Octal 260 112 102 0 72 76 37 4 55 57
Binary 10110000 1001010 1000010 0 111010 111110 11111 100 101101 101111

Color Harmonies of #B04A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04A42

Black with #B04A42

Text Example


Text Example

White with #B04A42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04A42; }

 p { color: rgb(176,74,66); }

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

background-color css

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

 a { background-color: rgb(176,74,66); }

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

border-color css

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

 span { border-color: rgb(176,74,66); }

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