#B57E69

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

Shades of Brandy Rose #B57E69

Tints of Brandy Rose #B57E69

Color information

#B57E69 (or 0xB57E69) is unknown color: approx Brandy Rose. HEX triplet: B5, 7E and 69. RGB value is (181,126,105). Sum of RGB (Red+Green+Blue) = 181+126+105=412 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.93% from 412); Green value is 126 (49.61% from 255 or 30.58% from 412); Blue value is 105 (41.41% from 255 or 25.49% from 412); Max value from RGB is 181 - color contains mainly: red. Hex color #B57E69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57E69 is #4A8196. Grayscale: #8C8C8C. Windows color (decimal): -4882839 or 6913717. OLE color: 6913717.

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

Color convert

RGB181126105-
CMYK00.300.420.29
HSL16.58º33.93%56.08%-
HSV(B)16.58º41.99%70.98%-
XYZ29.0725.7716.81-
YUV140.05108.22157.21-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.93%
GREEN value IS 126 (49.61% from 255) = 30.58%
BLUE value IS 105 (41.41% from 255) = 25.49%
R=43.93%
G=30.58%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112610500.300.420.2916.5833.9356.08
HexB57E6901E2A1D112238
Octal2651761510365235214270
Binary10110101111111011010010111101010101110110001100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57E69; }

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

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

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

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

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

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

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

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