#B3857E

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

Shades of Brandy Rose #B3857E

Tints of Brandy Rose #B3857E

Color information

#B3857E (or 0xB3857E) is unknown color: approx Brandy Rose. HEX triplet: B3, 85 and 7E. RGB value is (179,133,126). Sum of RGB (Red+Green+Blue) = 179+133+126=438 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.87% from 438); Green value is 133 (52.34% from 255 or 30.37% from 438); Blue value is 126 (49.61% from 255 or 28.77% from 438); Max value from RGB is 179 - color contains mainly: red. Hex color #B3857E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3857E is #4C7A81. Grayscale: #929292. Windows color (decimal): -5012098 or 8291763. OLE color: 8291763.

HSL color Cylindrical-coordinate representation of color #B3857E: hue angle of 7.92º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B3857E is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.30.

Color convert

RGB179133126-
CMYK00.260.300.30
HSL7.92º25.85%59.8%-
HSV(B)7.92º29.61%70.2%-
XYZ30.7427.8723.5-
YUV145.96116.74151.57-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.87%
GREEN value IS 133 (52.34% from 255) = 30.37%
BLUE value IS 126 (49.61% from 255) = 28.77%
R=40.87%
G=30.37%
B=28.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.30
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17913312600.260.300.307.9225.8559.8
HexB3857E01A1E1E81a3c
Octal2632051760323636103274
Binary101100111000010111111100110101111011110100011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3857E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3857E; }

 p { color: rgb(179,133,126); }

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

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

 a { background-color: rgb(179,133,126); }

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

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

 span { border-color: rgb(179,133,126); }

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