#BA8268

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

Shades of Brandy Rose #BA8268

Tints of Brandy Rose #BA8268

Color information

#BA8268 (or 0xBA8268) is unknown color: approx Brandy Rose. HEX triplet: BA, 82 and 68. RGB value is (186,130,104). Sum of RGB (Red+Green+Blue) = 186+130+104=420 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.29% from 420); Green value is 130 (51.17% from 255 or 30.95% from 420); Blue value is 104 (41.02% from 255 or 24.76% from 420); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8268 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8268 is #457D97. Grayscale: #8F8F8F. Windows color (decimal): -4554136 or 6849210. OLE color: 6849210.

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

Color convert

RGB186130104-
CMYK00.300.440.27
HSL19.02º37.27%56.86%-
HSV(B)19.02º44.09%72.94%-
XYZ30.7327.416.77-
YUV143.78105.55158.11-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.29%
GREEN value IS 130 (51.17% from 255) = 30.95%
BLUE value IS 104 (41.02% from 255) = 24.76%
R=44.29%
G=30.95%
B=24.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613010400.300.440.2719.0237.2756.86
HexBA826801E2C1B132539
Octal2722021500365433234571
Binary101110101000001011010000111101011001101110011100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8268; }

 p { color: rgb(186,130,104); }

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

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

 a { background-color: rgb(186,130,104); }

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

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

 span { border-color: rgb(186,130,104); }

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