#BB866D

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

Shades of Brandy Rose #BB866D

Tints of Brandy Rose #BB866D

Color information

#BB866D (or 0xBB866D) is unknown color: approx Brandy Rose. HEX triplet: BB, 86 and 6D. RGB value is (187,134,109). Sum of RGB (Red+Green+Blue) = 187+134+109=430 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.49% from 430); Green value is 134 (52.73% from 255 or 31.16% from 430); Blue value is 109 (42.97% from 255 or 25.35% from 430); Max value from RGB is 187 - color contains mainly: red. Hex color #BB866D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB866D is #447992. Grayscale: #939393. Windows color (decimal): -4487571 or 7177915. OLE color: 7177915.

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

Color convert

RGB187134109-
CMYK00.280.420.27
HSL19.23º36.45%58.04%-
HSV(B)19.23º41.71%73.33%-
XYZ31.7828.7218.34-
YUV147106.56156.53-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.49%
GREEN value IS 134 (52.73% from 255) = 31.16%
BLUE value IS 109 (42.97% from 255) = 25.35%
R=43.49%
G=31.16%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18713410900.280.420.2719.2336.4558.04
HexBB866D01C2A1B13243a
Octal2732061550345233234472
Binary101110111000011011011010111001010101101110011100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB866D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB866D; }

 p { color: rgb(187,134,109); }

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

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

 a { background-color: rgb(187,134,109); }

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

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

 span { border-color: rgb(187,134,109); }

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