#B1887E

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

Shades of Brandy Rose #B1887E

Tints of Brandy Rose #B1887E

Color information

#B1887E (or 0xB1887E) is unknown color: approx Brandy Rose. HEX triplet: B1, 88 and 7E. RGB value is (177,136,126). Sum of RGB (Red+Green+Blue) = 177+136+126=439 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.32% from 439); Green value is 136 (53.52% from 255 or 30.98% from 439); Blue value is 126 (49.61% from 255 or 28.70% from 439); Max value from RGB is 177 - color contains mainly: red. Hex color #B1887E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1887E is #4E7781. Grayscale: #939393. Windows color (decimal): -5142402 or 8292529. OLE color: 8292529.

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

Color convert

RGB177136126-
CMYK00.230.290.31
HSL11.76º24.64%59.41%-
HSV(B)11.76º28.81%69.41%-
XYZ30.728.4623.61-
YUV147.12116.08149.31-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.32%
GREEN value IS 136 (53.52% from 255) = 30.98%
BLUE value IS 126 (49.61% from 255) = 28.70%
R=40.32%
G=30.98%
B=28.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17713612600.230.290.3111.7624.6459.41
HexB1887E0171D1Fc193b
Octal2612101760273537143173
Binary101100011000100011111100101111110111111110011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1887E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1887E; }

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

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

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

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

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

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

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

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