#BB887B

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

Shades of Brandy Rose #BB887B

Tints of Brandy Rose #BB887B

Color information

#BB887B (or 0xBB887B) is unknown color: approx Brandy Rose. HEX triplet: BB, 88 and 7B. RGB value is (187,136,123). Sum of RGB (Red+Green+Blue) = 187+136+123=446 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.93% from 446); Green value is 136 (53.52% from 255 or 30.49% from 446); Blue value is 123 (48.44% from 255 or 27.58% from 446); Max value from RGB is 187 - color contains mainly: red. Hex color #BB887B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB887B is #447784. Grayscale: #959595. Windows color (decimal): -4487045 or 8095931. OLE color: 8095931.

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

Color convert

RGB187136123-
CMYK00.270.340.27
HSL12.19º32%60.78%-
HSV(B)12.19º34.22%73.33%-
XYZ32.8729.622.72-
YUV149.77112.9154.56-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.93%
GREEN value IS 136 (53.52% from 255) = 30.49%
BLUE value IS 123 (48.44% from 255) = 27.58%
R=41.93%
G=30.49%
B=27.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18713612300.270.340.2712.193260.78
HexBB887B01B221Bc203d
Octal2732101730334233144075
Binary10111011100010001111011011011100010110111100100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB887B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB887B; }

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

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

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

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

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

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

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

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