#B57976

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

Shades of Brandy Rose #B57976

Tints of Brandy Rose #B57976

Color information

#B57976 (or 0xB57976) is unknown color: approx Brandy Rose. HEX triplet: B5, 79 and 76. RGB value is (181,121,118). Sum of RGB (Red+Green+Blue) = 181+121+118=420 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.10% from 420); Green value is 121 (47.66% from 255 or 28.81% from 420); Blue value is 118 (46.48% from 255 or 28.10% from 420); Max value from RGB is 181 - color contains mainly: red. Hex color #B57976 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57976 is #4A8689. Grayscale: #8A8A8A. Windows color (decimal): -4884106 or 7764405. OLE color: 7764405.

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

Color convert

RGB181121118-
CMYK00.330.350.29
HSL2.86º29.86%58.63%-
HSV(B)2.86º34.81%70.98%-
XYZ29.1624.8120.39-
YUV138.6116.38158.24-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.10%
GREEN value IS 121 (47.66% from 255) = 28.81%
BLUE value IS 118 (46.48% from 255) = 28.10%
R=43.10%
G=28.81%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112111800.330.350.292.8629.8658.63
HexB57976021231D31e3b
Octal265171166041433533673
Binary10110101111100111101100100001100011111011111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57976; }

 p { color: rgb(181,121,118); }

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

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

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

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

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

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

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