#B3857D

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

Shades of Brandy Rose #B3857D

Tints of Brandy Rose #B3857D

Color information

#B3857D (or 0xB3857D) is unknown color: approx Brandy Rose. HEX triplet: B3, 85 and 7D. RGB value is (179,133,125). Sum of RGB (Red+Green+Blue) = 179+133+125=437 (57% of max value = 765). Red value is 179 (70.31% from 255 or 40.96% from 437); Green value is 133 (52.34% from 255 or 30.43% from 437); Blue value is 125 (49.22% from 255 or 28.60% from 437); Max value from RGB is 179 - color contains mainly: red. Hex color #B3857D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3857D is #4C7A82. Grayscale: #919191. Windows color (decimal): -5012099 or 8226227. OLE color: 8226227.

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

Color convert

RGB179133125-
CMYK00.260.300.30
HSL8.89º26.21%59.61%-
HSV(B)8.89º30.17%70.2%-
XYZ30.6827.8423.16-
YUV145.84116.24151.65-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.96%
GREEN value IS 133 (52.34% from 255) = 30.43%
BLUE value IS 125 (49.22% from 255) = 28.60%
R=40.96%
G=30.43%
B=28.60%

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
Decimal17913312500.260.300.308.8926.2159.61
HexB3857D01A1E1E91a3c
Octal2632051750323636113274
Binary101100111000010111111010110101111011110100111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3857D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3857D; }

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

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

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

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

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

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

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

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