#BA8369

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

Shades of Brandy Rose #BA8369

Tints of Brandy Rose #BA8369

Color information

#BA8369 (or 0xBA8369) is unknown color: approx Brandy Rose. HEX triplet: BA, 83 and 69. RGB value is (186,131,105). Sum of RGB (Red+Green+Blue) = 186+131+105=422 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.08% from 422); Green value is 131 (51.56% from 255 or 31.04% from 422); Blue value is 105 (41.41% from 255 or 24.88% from 422); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8369 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8369 is #457C96. Grayscale: #909090. Windows color (decimal): -4553879 or 6915002. OLE color: 6915002.

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

Color convert

RGB186131105-
CMYK00.300.440.27
HSL19.26º36.99%57.06%-
HSV(B)19.26º43.55%72.94%-
XYZ30.9227.6917.08-
YUV144.48105.72157.61-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.08%
GREEN value IS 131 (51.56% from 255) = 31.04%
BLUE value IS 105 (41.41% from 255) = 24.88%
R=44.08%
G=31.04%
B=24.88%

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
Decimal18613110500.300.440.2719.2636.9957.06
HexBA836901E2C1B132539
Octal2722031510365433234571
Binary101110101000001111010010111101011001101110011100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8369; }

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

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

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

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

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

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

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

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