#BA8272

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

Shades of Brandy Rose #BA8272

Tints of Brandy Rose #BA8272

Color information

#BA8272 (or 0xBA8272) is unknown color: approx Brandy Rose. HEX triplet: BA, 82 and 72. RGB value is (186,130,114). Sum of RGB (Red+Green+Blue) = 186+130+114=430 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.26% from 430); Green value is 130 (51.17% from 255 or 30.23% from 430); Blue value is 114 (44.92% from 255 or 26.51% from 430); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8272 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8272 is #457D8D. Grayscale: #919191. Windows color (decimal): -4554126 or 7504570. OLE color: 7504570.

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

Color convert

RGB186130114-
CMYK00.300.390.27
HSL13.33º34.29%58.82%-
HSV(B)13.33º38.71%72.94%-
XYZ31.2727.6219.6-
YUV144.92110.55157.3-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.26%
GREEN value IS 130 (51.17% from 255) = 30.23%
BLUE value IS 114 (44.92% from 255) = 26.51%
R=43.26%
G=30.23%
B=26.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613011400.300.390.2713.3334.2958.82
HexBA827201E271Bd223b
Octal2722021620364733154273
Binary10111010100000101110010011110100111110111101100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8272; }

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

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

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

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

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

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

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

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