#B3846D

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

Shades of Brandy Rose #B3846D

Tints of Brandy Rose #B3846D

Color information

#B3846D (or 0xB3846D) is unknown color: approx Brandy Rose. HEX triplet: B3, 84 and 6D. RGB value is (179,132,109). Sum of RGB (Red+Green+Blue) = 179+132+109=420 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.62% from 420); Green value is 132 (51.95% from 255 or 31.43% from 420); Blue value is 109 (42.97% from 255 or 25.95% from 420); Max value from RGB is 179 - color contains mainly: red. Hex color #B3846D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3846D is #4C7B92. Grayscale: #8F8F8F. Windows color (decimal): -5012371 or 7177395. OLE color: 7177395.

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

Color convert

RGB179132109-
CMYK00.260.390.30
HSL19.71º31.53%56.47%-
HSV(B)19.71º39.11%70.2%-
XYZ29.627.1918.16-
YUV143.43108.57153.37-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.62%
GREEN value IS 132 (51.95% from 255) = 31.43%
BLUE value IS 109 (42.97% from 255) = 25.95%
R=42.62%
G=31.43%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.39
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17913210900.260.390.3019.7131.5356.47
HexB3846D01A271E142038
Octal2632041550324736244070
Binary101100111000010011011010110101001111111010100100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3846D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3846D; }

 p { color: rgb(179,132,109); }

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

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

 a { background-color: rgb(179,132,109); }

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

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

 span { border-color: rgb(179,132,109); }

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