#B9846C

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

Shades of Brandy Rose #B9846C

Tints of Brandy Rose #B9846C

Color information

#B9846C (or 0xB9846C) is unknown color: approx Brandy Rose. HEX triplet: B9, 84 and 6C. RGB value is (185,132,108). Sum of RGB (Red+Green+Blue) = 185+132+108=425 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.53% from 425); Green value is 132 (51.95% from 255 or 31.06% from 425); Blue value is 108 (42.58% from 255 or 25.41% from 425); Max value from RGB is 185 - color contains mainly: red. Hex color #B9846C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9846C is #467B93. Grayscale: #919191. Windows color (decimal): -4619156 or 7111865. OLE color: 7111865.

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

Color convert

RGB185132108-
CMYK00.290.420.27
HSL18.7º35.48%57.45%-
HSV(B)18.7º41.62%72.55%-
XYZ30.9727.917.94-
YUV145.11107.06156.45-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.53%
GREEN value IS 132 (51.95% from 255) = 31.06%
BLUE value IS 108 (42.58% from 255) = 25.41%
R=43.53%
G=31.06%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18513210800.290.420.2718.735.4857.45
HexB9846C01D2A1B132339
Octal2712041540355233234371
Binary101110011000010011011000111011010101101110011100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9846C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9846C; }

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

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

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

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

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

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

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

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