#BB816E

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

Shades of Brandy Rose #BB816E

Tints of Brandy Rose #BB816E

Color information

#BB816E (or 0xBB816E) is unknown color: approx Brandy Rose. HEX triplet: BB, 81 and 6E. RGB value is (187,129,110). Sum of RGB (Red+Green+Blue) = 187+129+110=426 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.90% from 426); Green value is 129 (50.78% from 255 or 30.28% from 426); Blue value is 110 (43.36% from 255 or 25.82% from 426); Max value from RGB is 187 - color contains mainly: red. Hex color #BB816E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB816E is #447E91. Grayscale: #909090. Windows color (decimal): -4488850 or 7242171. OLE color: 7242171.

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

Color convert

RGB187129110-
CMYK00.310.410.27
HSL14.81º36.15%58.24%-
HSV(B)14.81º41.18%73.33%-
XYZ31.1627.3918.4-
YUV144.18108.72158.54-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.90%
GREEN value IS 129 (50.78% from 255) = 30.28%
BLUE value IS 110 (43.36% from 255) = 25.82%
R=43.90%
G=30.28%
B=25.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18712911000.310.410.2714.8136.1558.24
HexBB816E01F291Bf243a
Octal2732011560375133174472
Binary10111011100000011101110011111101001110111111100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB816E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB816E; }

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

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

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

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

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

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

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

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