#B8857A

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

Shades of Brandy Rose #B8857A

Tints of Brandy Rose #B8857A

Color information

#B8857A (or 0xB8857A) is unknown color: approx Brandy Rose. HEX triplet: B8, 85 and 7A. RGB value is (184,133,122). Sum of RGB (Red+Green+Blue) = 184+133+122=439 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.91% from 439); Green value is 133 (52.34% from 255 or 30.30% from 439); Blue value is 122 (48.05% from 255 or 27.79% from 439); Max value from RGB is 184 - color contains mainly: red. Hex color #B8857A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8857A is #477A85. Grayscale: #939393. Windows color (decimal): -4684422 or 8029624. OLE color: 8029624.

HSL color Cylindrical-coordinate representation of color #B8857A: hue angle of 10.65º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B8857A is Cyan = 0, Magento = 0.28, Yellow = 0.34 and Black (K on CMYK) = 0.28.

Color convert

RGB184133122-
CMYK00.280.340.28
HSL10.65º30.39%60%-
HSV(B)10.65º33.7%72.16%-
XYZ31.6728.3722.22-
YUV147113.9154.39-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.91%
GREEN value IS 133 (52.34% from 255) = 30.30%
BLUE value IS 122 (48.05% from 255) = 27.79%
R=41.91%
G=30.30%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.34
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18413312200.280.340.2810.6530.3960
HexB8857A01C221Cb1e3c
Octal2702051720344234133674
Binary1011100010000101111101001110010001011100101111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8857A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8857A; }

 p { color: rgb(184,133,122); }

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

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

 a { background-color: rgb(184,133,122); }

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

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

 span { border-color: rgb(184,133,122); }

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