Html Css Color HEX #B04443 Chestnut

📋 copy color: '#B04443'

red 176 ◦ green 68 ◦ blue 67

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

Shades of Chestnut #B04443

Tints of Chestnut #B04443

RGB

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

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

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

R = 56.59%
G = 21.86%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#B04443 (or 0xB04443) is known color: Chestnut. HEX triplet: B0, 44 and 43. RGB value is (176,68,67). Sum of RGB (Red+Green+Blue) = 176+68+67=311 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.59% from 311); Green value is 68 (26.95% from 255 or 21.86% from 311); Blue value is 67 (26.56% from 255 or 21.54% from 311); Max value from RGB is 176 - color contains mainly: red. Hex color #B04443 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B04443 is #4FBBBC. Grayscale: #646464. Windows color (decimal): -5225405 or 4408496. OLE color: 4408496.

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

Color convert

RGB 176 68 67 -
CMYK 0 0.61 0.62 0.31
HSL 0.55º 0.45% 0.48% -
HSV(B) 0.55º 0.62% 0.69% -
XYZ 20.98 13.77 6.86 -
YUV 100.18 109.28 182.08 -
System Red Green Blue C M Y K H S L
Decimal 176 68 67 0 0.61 0.62 0.31 0.55 0.45 0.48
Hex B0 44 43 0 3D 3E 1F 1 2D 30
Octal 260 104 103 0 75 76 37 1 55 60
Binary 10110000 1000100 1000011 0 111101 111110 11111 1 101101 110000

Color Harmonies of #B04443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04443

Black with #B04443

Text Example


Text Example

White with #B04443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04443; }

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

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

background-color css

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

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

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

border-color css

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

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

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