#BB8A6E

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

Shades of Brandy Rose #BB8A6E

Tints of Brandy Rose #BB8A6E

Color information

#BB8A6E (or 0xBB8A6E) is unknown color: approx Brandy Rose. HEX triplet: BB, 8A and 6E. RGB value is (187,138,110). Sum of RGB (Red+Green+Blue) = 187+138+110=435 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.99% from 435); Green value is 138 (54.30% from 255 or 31.72% from 435); Blue value is 110 (43.36% from 255 or 25.29% from 435); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8A6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8A6E is #447591. Grayscale: #959595. Windows color (decimal): -4486546 or 7244475. OLE color: 7244475.

HSL color Cylindrical-coordinate representation of color #BB8A6E: hue angle of 21.82º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BB8A6E is Cyan = 0, Magento = 0.26, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB187138110-
CMYK00.260.410.27
HSL21.82º36.15%58.24%-
HSV(B)21.82º41.18%73.33%-
XYZ32.429.8718.81-
YUV149.46105.73154.78-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.99%
GREEN value IS 138 (54.30% from 255) = 31.72%
BLUE value IS 110 (43.36% from 255) = 25.29%
R=42.99%
G=31.72%
B=25.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18713811000.260.410.2721.8236.1558.24
HexBB8A6E01A291B16243a
Octal2732121560325133264472
Binary101110111000101011011100110101010011101110110100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8A6E; }

 p { color: rgb(187,138,110); }

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

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

 a { background-color: rgb(187,138,110); }

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

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

 span { border-color: rgb(187,138,110); }

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