Html Css Color HEX #B94343 Chestnut

📋 copy color: '#B94343'

red 185 ◦ green 67 ◦ blue 67

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

Shades of Chestnut #B94343

Tints of Chestnut #B94343

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21%

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

R = 57.99%
G = 21%
B = 21%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#B94343 (or 0xB94343) is known color: Chestnut. HEX triplet: B9, 43 and 43. RGB value is (185,67,67). Sum of RGB (Red+Green+Blue) = 185+67+67=319 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.99% from 319); Green value is 67 (26.56% from 255 or 21.00% from 319); Blue value is 67 (26.56% from 255 or 21.00% from 319); Max value from RGB is 185 - color contains mainly: red. Hex color #B94343 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94343 is #46BCBC. Grayscale: #666666. Windows color (decimal): -4635837 or 4408249. OLE color: 4408249.

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

Color convert

RGB 185 67 67 -
CMYK 0 0.64 0.64 0.27
HSL 0.47% 0.49% -
HSV(B) 0.64% 0.73% -
XYZ 23.03 14.73 6.94 -
YUV 102.28 108.09 187 -
System Red Green Blue C M Y K H S L
Decimal 185 67 67 0 0.64 0.64 0.27 0 0.47 0.49
Hex B9 43 43 0 40 40 1B 0 2F 31
Octal 271 103 103 0 100 100 33 0 57 61
Binary 10111001 1000011 1000011 0 1000000 1000000 11011 0 101111 110001

Color Harmonies of #B94343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94343

Black with #B94343

Text Example


Text Example

White with #B94343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94343; }

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

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

background-color css

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

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

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

border-color css

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

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

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