#B1887A

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

Shades of Brandy Rose #B1887A

Tints of Brandy Rose #B1887A

Color information

#B1887A (or 0xB1887A) is unknown color: approx Brandy Rose. HEX triplet: B1, 88 and 7A. RGB value is (177,136,122). Sum of RGB (Red+Green+Blue) = 177+136+122=435 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.69% from 435); Green value is 136 (53.52% from 255 or 31.26% from 435); Blue value is 122 (48.05% from 255 or 28.05% from 435); Max value from RGB is 177 - color contains mainly: red. Hex color #B1887A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1887A is #4E7785. Grayscale: #929292. Windows color (decimal): -5142406 or 8030385. OLE color: 8030385.

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

Color convert

RGB177136122-
CMYK00.230.310.31
HSL15.27º26.07%58.63%-
HSV(B)15.27º31.07%69.41%-
XYZ30.4528.3622.28-
YUV146.66114.08149.64-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.69%
GREEN value IS 136 (53.52% from 255) = 31.26%
BLUE value IS 122 (48.05% from 255) = 28.05%
R=40.69%
G=31.26%
B=28.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17713612200.230.310.3115.2726.0758.63
HexB1887A0171F1Ff1a3b
Octal2612101720273737173273
Binary101100011000100011110100101111111111111111111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1887A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1887A; }

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

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

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

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

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

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

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

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