#BA8073

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

Shades of Brandy Rose #BA8073

Tints of Brandy Rose #BA8073

Color information

#BA8073 (or 0xBA8073) is unknown color: approx Brandy Rose. HEX triplet: BA, 80 and 73. RGB value is (186,128,115). Sum of RGB (Red+Green+Blue) = 186+128+115=429 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.36% from 429); Green value is 128 (50.39% from 255 or 29.84% from 429); Blue value is 115 (45.31% from 255 or 26.81% from 429); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8073 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8073 is #457F8C. Grayscale: #8F8F8F. Windows color (decimal): -4554637 or 7569594. OLE color: 7569594.

HSL color Cylindrical-coordinate representation of color #BA8073: hue angle of 10.99º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BA8073 is Cyan = 0, Magento = 0.31, Yellow = 0.38 and Black (K on CMYK) = 0.27.

Color convert

RGB186128115-
CMYK00.310.380.27
HSL10.99º33.97%59.02%-
HSV(B)10.99º38.17%72.94%-
XYZ31.0627.1219.82-
YUV143.86111.72158.06-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.36%
GREEN value IS 128 (50.39% from 255) = 29.84%
BLUE value IS 115 (45.31% from 255) = 26.81%
R=43.36%
G=29.84%
B=26.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612811500.310.380.2710.9933.9759.02
HexBA807301F261Bb223b
Octal2722001630374633134273
Binary10111010100000001110011011111100110110111011100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8073; }

 p { color: rgb(186,128,115); }

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

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

 a { background-color: rgb(186,128,115); }

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

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

 span { border-color: rgb(186,128,115); }

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