#BB887A

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

Shades of Brandy Rose #BB887A

Tints of Brandy Rose #BB887A

Color information

#BB887A (or 0xBB887A) is unknown color: approx Brandy Rose. HEX triplet: BB, 88 and 7A. RGB value is (187,136,122). Sum of RGB (Red+Green+Blue) = 187+136+122=445 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.02% from 445); Green value is 136 (53.52% from 255 or 30.56% from 445); Blue value is 122 (48.05% from 255 or 27.42% from 445); Max value from RGB is 187 - color contains mainly: red. Hex color #BB887A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB887A is #447785. Grayscale: #959595. Windows color (decimal): -4487046 or 8030395. OLE color: 8030395.

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

Color convert

RGB187136122-
CMYK00.270.350.27
HSL12.92º32.34%60.59%-
HSV(B)12.92º34.76%73.33%-
XYZ32.8129.5822.39-
YUV149.65112.4154.64-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.02%
GREEN value IS 136 (53.52% from 255) = 30.56%
BLUE value IS 122 (48.05% from 255) = 27.42%
R=42.02%
G=30.56%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18713612200.270.350.2712.9232.3460.59
HexBB887A01B231Bd203d
Octal2732101720334333154075
Binary10111011100010001111010011011100011110111101100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB887A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB887A; }

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

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

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

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

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

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

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

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