Html Css Color HEX #B04943 Chestnut

📋 copy color: '#B04943'

red 176 ◦ green 73 ◦ blue 67

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

Shades of Chestnut #B04943

Tints of Chestnut #B04943

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.1%

 BLUE value IS 67 (26.56% from 255) = 21.2%

R = 55.7%
G = 23.1%
B = 21.2%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#B04943 (or 0xB04943) is known color: Chestnut. HEX triplet: B0, 49 and 43. RGB value is (176,73,67). Sum of RGB (Red+Green+Blue) = 176+73+67=316 (41% of max value = 765). Red value is 176 (69.14% from 255 or 55.70% from 316); Green value is 73 (28.91% from 255 or 23.10% from 316); Blue value is 67 (26.56% from 255 or 21.20% from 316); Max value from RGB is 176 - color contains mainly: red. Hex color #B04943 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B04943 is #4FB6BC. Grayscale: #676767. Windows color (decimal): -5224125 or 4409776. OLE color: 4409776.

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

Color convert

RGB 176 73 67 -
CMYK 0 0.59 0.62 0.31
HSL 3.3º 0.45% 0.48% -
HSV(B) 3.3º 0.62% 0.69% -
XYZ 21.3 14.4 6.97 -
YUV 103.11 107.62 179.99 -
System Red Green Blue C M Y K H S L
Decimal 176 73 67 0 0.59 0.62 0.31 3.3 0.45 0.48
Hex B0 49 43 0 3B 3E 1F 3 2D 30
Octal 260 111 103 0 73 76 37 3 55 60
Binary 10110000 1001001 1000011 0 111011 111110 11111 11 101101 110000

Color Harmonies of #B04943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04943

Black with #B04943

Text Example


Text Example

White with #B04943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04943; }

 p { color: rgb(176,73,67); }

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

background-color css

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

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

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

border-color css

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

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

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