#B1887C

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

Shades of Brandy Rose #B1887C

Tints of Brandy Rose #B1887C

Color information

#B1887C (or 0xB1887C) is unknown color: approx Brandy Rose. HEX triplet: B1, 88 and 7C. RGB value is (177,136,124). Sum of RGB (Red+Green+Blue) = 177+136+124=437 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.50% from 437); Green value is 136 (53.52% from 255 or 31.12% from 437); Blue value is 124 (48.83% from 255 or 28.38% from 437); Max value from RGB is 177 - color contains mainly: red. Hex color #B1887C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1887C is #4E7783. Grayscale: #929292. Windows color (decimal): -5142404 or 8161457. OLE color: 8161457.

HSL color Cylindrical-coordinate representation of color #B1887C: hue angle of 13.58º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B1887C is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB177136124-
CMYK00.230.300.31
HSL13.58º25.36%59.02%-
HSV(B)13.58º29.94%69.41%-
XYZ30.5728.4122.94-
YUV146.89115.08149.48-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.50%
GREEN value IS 136 (53.52% from 255) = 31.12%
BLUE value IS 124 (48.83% from 255) = 28.38%
R=40.50%
G=31.12%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17713612400.230.300.3113.5825.3659.02
HexB1887C0171E1Fe193b
Octal2612101740273637163173
Binary101100011000100011111000101111111011111111011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1887C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1887C; }

 p { color: rgb(177,136,124); }

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

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

 a { background-color: rgb(177,136,124); }

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

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

 span { border-color: rgb(177,136,124); }

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