#BB886A

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

Shades of Brandy Rose #BB886A

Tints of Brandy Rose #BB886A

Color information

#BB886A (or 0xBB886A) is unknown color: approx Brandy Rose. HEX triplet: BB, 88 and 6A. RGB value is (187,136,106). Sum of RGB (Red+Green+Blue) = 187+136+106=429 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.59% from 429); Green value is 136 (53.52% from 255 or 31.70% from 429); Blue value is 106 (41.80% from 255 or 24.71% from 429); Max value from RGB is 187 - color contains mainly: red. Hex color #BB886A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB886A is #447795. Grayscale: #949494. Windows color (decimal): -4487062 or 6981819. OLE color: 6981819.

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

Color convert

RGB187136106-
CMYK00.270.430.27
HSL22.22º37.33%57.45%-
HSV(B)22.22º43.32%73.33%-
XYZ31.929.2117.59-
YUV147.83104.4155.94-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.59%
GREEN value IS 136 (53.52% from 255) = 31.70%
BLUE value IS 106 (41.80% from 255) = 24.71%
R=43.59%
G=31.70%
B=24.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18713610600.270.430.2722.2237.3357.45
HexBB886A01B2B1B162539
Octal2732101520335333264571
Binary101110111000100011010100110111010111101110110100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB886A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB886A; }

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

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

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

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

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

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

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

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