#BA866B

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

Shades of Brandy Rose #BA866B

Tints of Brandy Rose #BA866B

Color information

#BA866B (or 0xBA866B) is unknown color: approx Brandy Rose. HEX triplet: BA, 86 and 6B. RGB value is (186,134,107). Sum of RGB (Red+Green+Blue) = 186+134+107=427 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.56% from 427); Green value is 134 (52.73% from 255 or 31.38% from 427); Blue value is 107 (42.19% from 255 or 25.06% from 427); Max value from RGB is 186 - color contains mainly: red. Hex color #BA866B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA866B is #457994. Grayscale: #929292. Windows color (decimal): -4553109 or 7046842. OLE color: 7046842.

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

Color convert

RGB186134107-
CMYK00.280.420.27
HSL20.51º36.41%57.45%-
HSV(B)20.51º42.47%72.94%-
XYZ31.4328.5517.76-
YUV146.47105.73156.2-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.56%
GREEN value IS 134 (52.73% from 255) = 31.38%
BLUE value IS 107 (42.19% from 255) = 25.06%
R=43.56%
G=31.38%
B=25.06%

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
Decimal18613410700.280.420.2720.5136.4157.45
HexBA866B01C2A1B152439
Octal2722061530345233254471
Binary101110101000011011010110111001010101101110101100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA866B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA866B; }

 p { color: rgb(186,134,107); }

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

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

 a { background-color: rgb(186,134,107); }

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

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

 span { border-color: rgb(186,134,107); }

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