#B94B4B

Color #B94B4B Chestnut (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chestnut #B94B4B

Tints of Chestnut #B94B4B

Color information

#B94B4B (or 0xB94B4B) is unknown color: approx Chestnut. HEX triplet: B9, 4B and 4B. RGB value is (185,75,75). Sum of RGB (Red+Green+Blue) = 185+75+75=335 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.22% from 335); Green value is 75 (29.69% from 255 or 22.39% from 335); Blue value is 75 (29.69% from 255 or 22.39% from 335); Max value from RGB is 185 - color contains mainly: red. Hex color #B94B4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94B4B is #46B4B4. Grayscale: #6C6C6C. Windows color (decimal): -4633781 or 4934585. OLE color: 4934585.

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

Color convert

RGB1857575-
CMYK00.590.590.27
HSL44%50.98%-
HSV(B)59.46%72.55%-
XYZ23.7915.858.46-
YUV107.89109.44183-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 55.22%
GREEN value IS 75 (29.69% from 255) = 22.39%
BLUE value IS 75 (29.69% from 255) = 22.39%
R=55.22%
G=22.39%
B=22.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185757500.590.590.2704450.98
HexB94B4B03B3B1B02c33
Octal271113113073733305463
Binary10111001100101110010110111011111011110110101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94B4B; }

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

 H1.HeaderClassName
 {
   color: #B94B4B;
 }
 .AnyTagClassName
 {
   color: #B94B4B;
 }
</style>
background-color css

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

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

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

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

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

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