#B9847A

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

Shades of Brandy Rose #B9847A

Tints of Brandy Rose #B9847A

Color information

#B9847A (or 0xB9847A) is unknown color: approx Brandy Rose. HEX triplet: B9, 84 and 7A. RGB value is (185,132,122). Sum of RGB (Red+Green+Blue) = 185+132+122=439 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.14% from 439); Green value is 132 (51.95% from 255 or 30.07% from 439); Blue value is 122 (48.05% from 255 or 27.79% from 439); Max value from RGB is 185 - color contains mainly: red. Hex color #B9847A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9847A is #467B85. Grayscale: #929292. Windows color (decimal): -4619142 or 8029369. OLE color: 8029369.

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

Color convert

RGB185132122-
CMYK00.290.340.27
HSL9.52º31.03%60.2%-
HSV(B)9.52º34.05%72.55%-
XYZ31.7728.2222.19-
YUV146.71114.06155.31-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.14%
GREEN value IS 132 (51.95% from 255) = 30.07%
BLUE value IS 122 (48.05% from 255) = 27.79%
R=42.14%
G=30.07%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18513212200.290.340.279.5231.0360.2
HexB9847A01D221Ba1f3c
Octal2712041720354233123774
Binary1011100110000100111101001110110001011011101011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9847A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9847A; }

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

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

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

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

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

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

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

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