#B54F4B

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

Shades of Chestnut #B54F4B

Tints of Chestnut #B54F4B

Color information

#B54F4B (or 0xB54F4B) is unknown color: approx Chestnut. HEX triplet: B5, 4F and 4B. RGB value is (181,79,75). Sum of RGB (Red+Green+Blue) = 181+79+75=335 (44% of max value = 765). Red value is 181 (71.09% from 255 or 54.03% from 335); Green value is 79 (31.25% from 255 or 23.58% from 335); Blue value is 75 (29.69% from 255 or 22.39% from 335); Max value from RGB is 181 - color contains mainly: red. Hex color #B54F4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B54F4B is #4AB0B4. Grayscale: #6D6D6D. Windows color (decimal): -4894901 or 4935605. OLE color: 4935605.

HSL color Cylindrical-coordinate representation of color #B54F4B: hue angle of 2.26º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B54F4B is Cyan = 0, Magento = 0.56, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB1817975-
CMYK00.560.590.29
HSL2.26º41.73%50.2%-
HSV(B)2.26º58.56%70.98%-
XYZ23.1215.928.51-
YUV109.04108.79179.33-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 54.03%
GREEN value IS 79 (31.25% from 255) = 23.58%
BLUE value IS 75 (29.69% from 255) = 22.39%
R=54.03%
G=23.58%
B=22.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181797500.560.590.292.2641.7350.2
HexB54F4B0383B1D22a32
Octal265117113070733525262
Binary101101011001111100101101110001110111110110101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54F4B; }

 p { color: rgb(181,79,75); }

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

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

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

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

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

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

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