Html Css Color HEX #B04444 Chestnut

📋 copy color: '#B04444'

red 176 ◦ green 68 ◦ blue 68

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

Shades of Chestnut #B04444

Tints of Chestnut #B04444

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.79%

 BLUE value IS 68 (26.95% from 255) = 21.79%

R = 56.41%
G = 21.79%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#B04444 (or 0xB04444) is known color: Chestnut. HEX triplet: B0, 44 and 44. RGB value is (176,68,68). Sum of RGB (Red+Green+Blue) = 176+68+68=312 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.41% from 312); Green value is 68 (26.95% from 255 or 21.79% from 312); Blue value is 68 (26.95% from 255 or 21.79% from 312); Max value from RGB is 176 - color contains mainly: red. Hex color #B04444 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B04444 is #4FBBBB. Grayscale: #646464. Windows color (decimal): -5225404 or 4474032. OLE color: 4474032.

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

Color convert

RGB 176 68 68 -
CMYK 0 0.61 0.61 0.31
HSL 0.44% 0.48% -
HSV(B) 0.61% 0.69% -
XYZ 21.02 13.78 7.02 -
YUV 100.29 109.78 182 -
System Red Green Blue C M Y K H S L
Decimal 176 68 68 0 0.61 0.61 0.31 0 0.44 0.48
Hex B0 44 44 0 3D 3D 1F 0 2C 30
Octal 260 104 104 0 75 75 37 0 54 60
Binary 10110000 1000100 1000100 0 111101 111101 11111 0 101100 110000

Color Harmonies of #B04444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04444

Black with #B04444

Text Example


Text Example

White with #B04444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04444; }

 p { color: rgb(176,68,68); }

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

background-color css

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

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

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

border-color css

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

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

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