Html Css Color HEX #B04643 Chestnut

📋 copy color: '#B04643'

red 176 ◦ green 70 ◦ blue 67

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

Shades of Chestnut #B04643

Tints of Chestnut #B04643

RGB

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

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

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

R = 56.23%
G = 22.36%
B = 21.41%

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

#B04643 (or 0xB04643) is known color: Chestnut. HEX triplet: B0, 46 and 43. RGB value is (176,70,67). Sum of RGB (Red+Green+Blue) = 176+70+67=313 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.23% from 313); Green value is 70 (27.73% from 255 or 22.36% from 313); Blue value is 67 (26.56% from 255 or 21.41% from 313); Max value from RGB is 176 - color contains mainly: red. Hex color #B04643 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B04643 is #4FB9BC. Grayscale: #656565. Windows color (decimal): -5224893 or 4409008. OLE color: 4409008.

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

Color convert

RGB 176 70 67 -
CMYK 0 0.60 0.62 0.31
HSL 1.65º 0.45% 0.48% -
HSV(B) 1.65º 0.62% 0.69% -
XYZ 21.11 14.02 6.9 -
YUV 101.35 108.62 181.24 -
System Red Green Blue C M Y K H S L
Decimal 176 70 67 0 0.60 0.62 0.31 1.65 0.45 0.48
Hex B0 46 43 0 3C 3E 1F 2 2D 30
Octal 260 106 103 0 74 76 37 2 55 60
Binary 10110000 1000110 1000011 0 111100 111110 11111 10 101101 110000

Color Harmonies of #B04643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04643

Black with #B04643

Text Example


Text Example

White with #B04643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04643; }

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

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

background-color css

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

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

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

border-color css

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

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

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