Html Css Color HEX #B04646 Chestnut

📋 copy color: '#B04646'

red 176 ◦ green 70 ◦ blue 70

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

Shades of Chestnut #B04646

Tints of Chestnut #B04646

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 22.15%

R = 55.7%
G = 22.15%
B = 22.15%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#B04646 (or 0xB04646) is known color: Chestnut. HEX triplet: B0, 46 and 46. RGB value is (176,70,70). Sum of RGB (Red+Green+Blue) = 176+70+70=316 (41% of max value = 765). Red value is 176 (69.14% from 255 or 55.70% from 316); Green value is 70 (27.73% from 255 or 22.15% from 316); Blue value is 70 (27.73% from 255 or 22.15% from 316); Max value from RGB is 176 - color contains mainly: red. Hex color #B04646 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B04646 is #4FB9B9. Grayscale: #656565. Windows color (decimal): -5224890 or 4605616. OLE color: 4605616.

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

Color convert

RGB 176 70 70 -
CMYK 0 0.60 0.60 0.31
HSL 0.43% 0.48% -
HSV(B) 0.6% 0.69% -
XYZ 21.2 14.05 7.39 -
YUV 101.69 110.12 181 -
System Red Green Blue C M Y K H S L
Decimal 176 70 70 0 0.60 0.60 0.31 0 0.43 0.48
Hex B0 46 46 0 3C 3C 1F 0 2B 30
Octal 260 106 106 0 74 74 37 0 53 60
Binary 10110000 1000110 1000110 0 111100 111100 11111 0 101011 110000

Color Harmonies of #B04646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04646

Black with #B04646

Text Example


Text Example

White with #B04646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04646; }

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

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

background-color css

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

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

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

border-color css

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

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

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