#B57D69

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

Shades of Brandy Rose #B57D69

Tints of Brandy Rose #B57D69

Color information

#B57D69 (or 0xB57D69) is unknown color: approx Brandy Rose. HEX triplet: B5, 7D and 69. RGB value is (181,125,105). Sum of RGB (Red+Green+Blue) = 181+125+105=411 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.04% from 411); Green value is 125 (49.22% from 255 or 30.41% from 411); Blue value is 105 (41.41% from 255 or 25.55% from 411); Max value from RGB is 181 - color contains mainly: red. Hex color #B57D69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57D69 is #4A8296. Grayscale: #8B8B8B. Windows color (decimal): -4883095 or 6913461. OLE color: 6913461.

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

Color convert

RGB181125105-
CMYK00.310.420.29
HSL15.79º33.93%56.08%-
HSV(B)15.79º41.99%70.98%-
XYZ28.9425.5116.76-
YUV139.46108.55157.63-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.04%
GREEN value IS 125 (49.22% from 255) = 30.41%
BLUE value IS 105 (41.41% from 255) = 25.55%
R=44.04%
G=30.41%
B=25.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112510500.310.420.2915.7933.9356.08
HexB57D6901F2A1D102238
Octal2651751510375235204270
Binary10110101111110111010010111111010101110110000100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57D69; }

 p { color: rgb(181,125,105); }

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

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

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

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

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

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

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