#B3857F

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

Shades of Brandy Rose #B3857F

Tints of Brandy Rose #B3857F

Color information

#B3857F (or 0xB3857F) is unknown color: approx Brandy Rose. HEX triplet: B3, 85 and 7F. RGB value is (179,133,127). Sum of RGB (Red+Green+Blue) = 179+133+127=439 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.77% from 439); Green value is 133 (52.34% from 255 or 30.30% from 439); Blue value is 127 (50% from 255 or 28.93% from 439); Max value from RGB is 179 - color contains mainly: red. Hex color #B3857F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3857F is #4C7A80. Grayscale: #929292. Windows color (decimal): -5012097 or 8357299. OLE color: 8357299.

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

Color convert

RGB179133127-
CMYK00.260.290.30
HSL6.92º25.49%60%-
HSV(B)6.92º29.05%70.2%-
XYZ30.8127.8923.84-
YUV146.07117.24151.49-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.77%
GREEN value IS 133 (52.34% from 255) = 30.30%
BLUE value IS 127 (50% from 255) = 28.93%
R=40.77%
G=30.30%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.29
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17913312700.260.290.306.9225.4960
HexB3857F01A1D1E7193c
Octal263205177032353673174
Binary10110011100001011111111011010111011111011111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3857F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3857F; }

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

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

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

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

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

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

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

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