#B9846A

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

Shades of Brandy Rose #B9846A

Tints of Brandy Rose #B9846A

Color information

#B9846A (or 0xB9846A) is unknown color: approx Brandy Rose. HEX triplet: B9, 84 and 6A. RGB value is (185,132,106). Sum of RGB (Red+Green+Blue) = 185+132+106=423 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.74% from 423); Green value is 132 (51.95% from 255 or 31.21% from 423); Blue value is 106 (41.80% from 255 or 25.06% from 423); Max value from RGB is 185 - color contains mainly: red. Hex color #B9846A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9846A is #467B95. Grayscale: #919191. Windows color (decimal): -4619158 or 6980793. OLE color: 6980793.

HSL color Cylindrical-coordinate representation of color #B9846A: hue angle of 19.75º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B9846A is Cyan = 0, Magento = 0.29, Yellow = 0.43 and Black (K on CMYK) = 0.27.

Color convert

RGB185132106-
CMYK00.290.430.27
HSL19.75º36.07%57.06%-
HSV(B)19.75º42.7%72.55%-
XYZ30.8627.8617.39-
YUV144.88106.06156.61-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.74%
GREEN value IS 132 (51.95% from 255) = 31.21%
BLUE value IS 106 (41.80% from 255) = 25.06%
R=43.74%
G=31.21%
B=25.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18513210600.290.430.2719.7536.0757.06
HexB9846A01D2B1B142439
Octal2712041520355333244471
Binary101110011000010011010100111011010111101110100100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9846A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9846A; }

 p { color: rgb(185,132,106); }

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

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

 a { background-color: rgb(185,132,106); }

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

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

 span { border-color: rgb(185,132,106); }

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