#BB856E

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

Shades of Brandy Rose #BB856E

Tints of Brandy Rose #BB856E

Color information

#BB856E (or 0xBB856E) is unknown color: approx Brandy Rose. HEX triplet: BB, 85 and 6E. RGB value is (187,133,110). Sum of RGB (Red+Green+Blue) = 187+133+110=430 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.49% from 430); Green value is 133 (52.34% from 255 or 30.93% from 430); Blue value is 110 (43.36% from 255 or 25.58% from 430); Max value from RGB is 187 - color contains mainly: red. Hex color #BB856E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB856E is #447A91. Grayscale: #929292. Windows color (decimal): -4487826 or 7243195. OLE color: 7243195.

HSL color Cylindrical-coordinate representation of color #BB856E: hue angle of 17.92º 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 #BB856E is Cyan = 0, Magento = 0.29, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB187133110-
CMYK00.290.410.27
HSL17.92º36.15%58.24%-
HSV(B)17.92º41.18%73.33%-
XYZ31.728.4718.58-
YUV146.52107.39156.87-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.49%
GREEN value IS 133 (52.34% from 255) = 30.93%
BLUE value IS 110 (43.36% from 255) = 25.58%
R=43.49%
G=30.93%
B=25.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18713311000.290.410.2717.9236.1558.24
HexBB856E01D291B12243a
Octal2732051560355133224472
Binary101110111000010111011100111011010011101110010100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB856E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB856E; }

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

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

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

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

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

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

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

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