#B9846B

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

Shades of Brandy Rose #B9846B

Tints of Brandy Rose #B9846B

Color information

#B9846B (or 0xB9846B) is unknown color: approx Brandy Rose. HEX triplet: B9, 84 and 6B. RGB value is (185,132,107). Sum of RGB (Red+Green+Blue) = 185+132+107=424 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.63% from 424); Green value is 132 (51.95% from 255 or 31.13% from 424); Blue value is 107 (42.19% from 255 or 25.24% from 424); Max value from RGB is 185 - color contains mainly: red. Hex color #B9846B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9846B is #467B94. Grayscale: #919191. Windows color (decimal): -4619157 or 7046329. OLE color: 7046329.

HSL color Cylindrical-coordinate representation of color #B9846B: hue angle of 19.23º degrees, saturation: 0.36, 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 #B9846B is Cyan = 0, Magento = 0.29, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB185132107-
CMYK00.290.420.27
HSL19.23º35.78%57.25%-
HSV(B)19.23º42.16%72.55%-
XYZ30.9127.8817.66-
YUV145106.56156.53-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.63%
GREEN value IS 132 (51.95% from 255) = 31.13%
BLUE value IS 107 (42.19% from 255) = 25.24%
R=43.63%
G=31.13%
B=25.24%

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
Decimal18513210700.290.420.2719.2335.7857.25
HexB9846B01D2A1B132439
Octal2712041530355233234471
Binary101110011000010011010110111011010101101110011100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9846B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9846B; }

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

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

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

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

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

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

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

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