#B9847C

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

Shades of Brandy Rose #B9847C

Tints of Brandy Rose #B9847C

Color information

#B9847C (or 0xB9847C) is unknown color: approx Brandy Rose. HEX triplet: B9, 84 and 7C. RGB value is (185,132,124). Sum of RGB (Red+Green+Blue) = 185+132+124=441 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.95% from 441); Green value is 132 (51.95% from 255 or 29.93% from 441); Blue value is 124 (48.83% from 255 or 28.12% from 441); Max value from RGB is 185 - color contains mainly: red. Hex color #B9847C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9847C is #467B83. Grayscale: #939393. Windows color (decimal): -4619140 or 8160441. OLE color: 8160441.

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

Color convert

RGB185132124-
CMYK00.290.330.27
HSL7.87º30.35%60.59%-
HSV(B)7.87º32.97%72.55%-
XYZ31.928.2722.84-
YUV146.93115.06155.15-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.95%
GREEN value IS 132 (51.95% from 255) = 29.93%
BLUE value IS 124 (48.83% from 255) = 28.12%
R=41.95%
G=29.93%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18513212400.290.330.277.8730.3560.59
HexB9847C01D211B81e3d
Octal2712041740354133103675
Binary1011100110000100111110001110110000111011100011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9847C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9847C; }

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

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

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

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

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

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

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

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