#BA8269

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

Shades of Brandy Rose #BA8269

Tints of Brandy Rose #BA8269

Color information

#BA8269 (or 0xBA8269) is unknown color: approx Brandy Rose. HEX triplet: BA, 82 and 69. RGB value is (186,130,105). Sum of RGB (Red+Green+Blue) = 186+130+105=421 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.18% from 421); Green value is 130 (51.17% from 255 or 30.88% from 421); Blue value is 105 (41.41% from 255 or 24.94% from 421); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8269 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8269 is #457D96. Grayscale: #909090. Windows color (decimal): -4554135 or 6914746. OLE color: 6914746.

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

Color convert

RGB186130105-
CMYK00.300.440.27
HSL18.52º36.99%57.06%-
HSV(B)18.52º43.55%72.94%-
XYZ30.7827.4217.04-
YUV143.89106.05158.03-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.18%
GREEN value IS 130 (51.17% from 255) = 30.88%
BLUE value IS 105 (41.41% from 255) = 24.94%
R=44.18%
G=30.88%
B=24.94%

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
Decimal18613010500.300.440.2718.5236.9957.06
HexBA826901E2C1B132539
Octal2722021510365433234571
Binary101110101000001011010010111101011001101110011100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8269; }

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

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

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

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

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

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

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

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