Html Css Color HEX #B94646 Chestnut

📋 copy color: '#B94646'

red 185 ◦ green 70 ◦ blue 70

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

Shades of Chestnut #B94646

Tints of Chestnut #B94646

RGB

 RED value IS 185 (72.66% from 255) = 56.92%

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

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

R = 56.92%
G = 21.54%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#B94646 (or 0xB94646) is known color: Chestnut. HEX triplet: B9, 46 and 46. RGB value is (185,70,70). Sum of RGB (Red+Green+Blue) = 185+70+70=325 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.92% from 325); Green value is 70 (27.73% from 255 or 21.54% from 325); Blue value is 70 (27.73% from 255 or 21.54% from 325); Max value from RGB is 185 - color contains mainly: red. Hex color #B94646 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94646 is #46B9B9. Grayscale: #686868. Windows color (decimal): -4635066 or 4605625. OLE color: 4605625.

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

Color convert

RGB 185 70 70 -
CMYK 0 0.62 0.62 0.27
HSL 0.45% 0.5% -
HSV(B) 0.62% 0.73% -
XYZ 23.3 15.14 7.49 -
YUV 104.39 108.6 185.5 -
System Red Green Blue C M Y K H S L
Decimal 185 70 70 0 0.62 0.62 0.27 0 0.45 0.5
Hex B9 46 46 0 3E 3E 1B 0 2D 32
Octal 271 106 106 0 76 76 33 0 55 62
Binary 10111001 1000110 1000110 0 111110 111110 11011 0 101101 110010

Color Harmonies of #B94646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94646

Black with #B94646

Text Example


Text Example

White with #B94646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94646; }

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

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

background-color css

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

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

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

border-color css

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

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

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