Html Css Color HEX #B94943 Chestnut

📋 copy color: '#B94943'

red 185 ◦ green 73 ◦ blue 67

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

Shades of Chestnut #B94943

Tints of Chestnut #B94943

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.46%

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

R = 56.92%
G = 22.46%
B = 20.62%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#B94943 (or 0xB94943) is known color: Chestnut. HEX triplet: B9, 49 and 43. RGB value is (185,73,67). Sum of RGB (Red+Green+Blue) = 185+73+67=325 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.92% from 325); Green value is 73 (28.91% from 255 or 22.46% from 325); Blue value is 67 (26.56% from 255 or 20.62% from 325); Max value from RGB is 185 - color contains mainly: red. Hex color #B94943 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94943 is #46B6BC. Grayscale: #696969. Windows color (decimal): -4634301 or 4409785. OLE color: 4409785.

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

Color convert

RGB 185 73 67 -
CMYK 0 0.61 0.64 0.27
HSL 3.05º 0.47% 0.49% -
HSV(B) 3.05º 0.64% 0.73% -
XYZ 23.4 15.48 7.07 -
YUV 105.8 106.11 184.49 -
System Red Green Blue C M Y K H S L
Decimal 185 73 67 0 0.61 0.64 0.27 3.05 0.47 0.49
Hex B9 49 43 0 3D 40 1B 3 2F 31
Octal 271 111 103 0 75 100 33 3 57 61
Binary 10111001 1001001 1000011 0 111101 1000000 11011 11 101111 110001

Color Harmonies of #B94943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94943

Black with #B94943

Text Example


Text Example

White with #B94943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94943; }

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

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

background-color css

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

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

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

border-color css

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

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

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