#B3857A

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

Shades of Brandy Rose #B3857A

Tints of Brandy Rose #B3857A

Color information

#B3857A (or 0xB3857A) is unknown color: approx Brandy Rose. HEX triplet: B3, 85 and 7A. RGB value is (179,133,122). Sum of RGB (Red+Green+Blue) = 179+133+122=434 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.24% from 434); Green value is 133 (52.34% from 255 or 30.65% from 434); Blue value is 122 (48.05% from 255 or 28.11% from 434); Max value from RGB is 179 - color contains mainly: red. Hex color #B3857A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3857A is #4C7A85. Grayscale: #919191. Windows color (decimal): -5012102 or 8029619. OLE color: 8029619.

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

Color convert

RGB179133122-
CMYK00.260.320.30
HSL11.58º27.27%59.02%-
HSV(B)11.58º31.84%70.2%-
XYZ30.4927.7622.16-
YUV145.5114.74151.89-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.24%
GREEN value IS 133 (52.34% from 255) = 30.65%
BLUE value IS 122 (48.05% from 255) = 28.11%
R=41.24%
G=30.65%
B=28.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.32
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17913312200.260.320.3011.5827.2759.02
HexB3857A01A201Ec1b3b
Octal2632051720324036143373
Binary1011001110000101111101001101010000011110110011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3857A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3857A; }

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

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

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

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

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

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

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

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