Html Css Color HEX #B04642 Chestnut

📋 copy color: '#B04642'

red 176 ◦ green 70 ◦ blue 66

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

Shades of Chestnut #B04642

Tints of Chestnut #B04642

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.44%

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

R = 56.41%
G = 22.44%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#B04642 (or 0xB04642) is known color: Chestnut. HEX triplet: B0, 46 and 42. RGB value is (176,70,66). Sum of RGB (Red+Green+Blue) = 176+70+66=312 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.41% from 312); Green value is 70 (27.73% from 255 or 22.44% from 312); Blue value is 66 (26.17% from 255 or 21.15% from 312); Max value from RGB is 176 - color contains mainly: red. Hex color #B04642 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B04642 is #4FB9BD. Grayscale: #656565. Windows color (decimal): -5224894 or 4343472. OLE color: 4343472.

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

Color convert

RGB 176 70 66 -
CMYK 0 0.60 0.62 0.31
HSL 2.18º 0.45% 0.47% -
HSV(B) 2.18º 0.63% 0.69% -
XYZ 21.08 14 6.75 -
YUV 101.24 108.12 181.33 -
System Red Green Blue C M Y K H S L
Decimal 176 70 66 0 0.60 0.62 0.31 2.18 0.45 0.47
Hex B0 46 42 0 3C 3E 1F 2 2D 2F
Octal 260 106 102 0 74 76 37 2 55 57
Binary 10110000 1000110 1000010 0 111100 111110 11111 10 101101 101111

Color Harmonies of #B04642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04642

Black with #B04642

Text Example


Text Example

White with #B04642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04642; }

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

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

background-color css

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

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

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

border-color css

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

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

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