#B54B4B

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

Shades of Chestnut #B54B4B

Tints of Chestnut #B54B4B

Color information

#B54B4B (or 0xB54B4B) is unknown color: approx Chestnut. HEX triplet: B5, 4B and 4B. RGB value is (181,75,75). Sum of RGB (Red+Green+Blue) = 181+75+75=331 (43% of max value = 765). Red value is 181 (71.09% from 255 or 54.68% from 331); Green value is 75 (29.69% from 255 or 22.66% from 331); Blue value is 75 (29.69% from 255 or 22.66% from 331); Max value from RGB is 181 - color contains mainly: red. Hex color #B54B4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B54B4B is #4AB4B4. Grayscale: #6A6A6A. Windows color (decimal): -4895925 or 4934581. OLE color: 4934581.

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

Color convert

RGB1817575-
CMYK00.590.590.29
HSL41.73%50.2%-
HSV(B)58.56%70.98%-
XYZ22.8415.368.42-
YUV106.69110.12181-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 54.68%
GREEN value IS 75 (29.69% from 255) = 22.66%
BLUE value IS 75 (29.69% from 255) = 22.66%
R=54.68%
G=22.66%
B=22.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181757500.590.590.29041.7350.2
HexB54B4B03B3B1D02a32
Octal265113113073733505262
Binary10110101100101110010110111011111011111010101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54B4B; }

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

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

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

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

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

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

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

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