#B3856F

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

Shades of Brandy Rose #B3856F

Tints of Brandy Rose #B3856F

Color information

#B3856F (or 0xB3856F) is unknown color: approx Brandy Rose. HEX triplet: B3, 85 and 6F. RGB value is (179,133,111). Sum of RGB (Red+Green+Blue) = 179+133+111=423 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.32% from 423); Green value is 133 (52.34% from 255 or 31.44% from 423); Blue value is 111 (43.75% from 255 or 26.24% from 423); Max value from RGB is 179 - color contains mainly: red. Hex color #B3856F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3856F is #4C7A90. Grayscale: #909090. Windows color (decimal): -5012113 or 7308723. OLE color: 7308723.

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

Color convert

RGB179133111-
CMYK00.260.380.30
HSL19.41º30.91%56.86%-
HSV(B)19.41º37.99%70.2%-
XYZ29.8527.5118.78-
YUV144.25109.24152.79-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.32%
GREEN value IS 133 (52.34% from 255) = 31.44%
BLUE value IS 111 (43.75% from 255) = 26.24%
R=42.32%
G=31.44%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.38
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17913311100.260.380.3019.4130.9156.86
HexB3856F01A261E131f39
Octal2632051570324636233771
Binary10110011100001011101111011010100110111101001111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3856F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3856F; }

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

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

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

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

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

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

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

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