Html Css Color HEX #B04845 Chestnut

📋 copy color: '#B04845'

red 176 ◦ green 72 ◦ blue 69

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

Shades of Chestnut #B04845

Tints of Chestnut #B04845

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.71%

 BLUE value IS 69 (27.34% from 255) = 21.77%

R = 55.52%
G = 22.71%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#B04845 (or 0xB04845) is known color: Chestnut. HEX triplet: B0, 48 and 45. RGB value is (176,72,69). Sum of RGB (Red+Green+Blue) = 176+72+69=317 (41% of max value = 765). Red value is 176 (69.14% from 255 or 55.52% from 317); Green value is 72 (28.52% from 255 or 22.71% from 317); Blue value is 69 (27.34% from 255 or 21.77% from 317); Max value from RGB is 176 - color contains mainly: red. Hex color #B04845 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B04845 is #4FB7BA. Grayscale: #666666. Windows color (decimal): -5224379 or 4540592. OLE color: 4540592.

HSL color Cylindrical-coordinate representation of color #B04845: hue angle of 1.68º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B04845 is Cyan = 0, Magento = 0.59, Yellow = 0.61 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 72 69 -
CMYK 0 0.59 0.61 0.31
HSL 1.68º 0.44% 0.48% -
HSV(B) 1.68º 0.61% 0.69% -
XYZ 21.3 14.29 7.27 -
YUV 102.75 108.96 180.24 -
System Red Green Blue C M Y K H S L
Decimal 176 72 69 0 0.59 0.61 0.31 1.68 0.44 0.48
Hex B0 48 45 0 3B 3D 1F 2 2C 30
Octal 260 110 105 0 73 75 37 2 54 60
Binary 10110000 1001000 1000101 0 111011 111101 11111 10 101100 110000

Color Harmonies of #B04845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04845

Black with #B04845

Text Example


Text Example

White with #B04845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04845; }

 p { color: rgb(176,72,69); }

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

background-color css

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

 a { background-color: rgb(176,72,69); }

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

border-color css

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

 span { border-color: rgb(176,72,69); }

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