#BA8172

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

Shades of Brandy Rose #BA8172

Tints of Brandy Rose #BA8172

Color information

#BA8172 (or 0xBA8172) is unknown color: approx Brandy Rose. HEX triplet: BA, 81 and 72. RGB value is (186,129,114). Sum of RGB (Red+Green+Blue) = 186+129+114=429 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.36% from 429); Green value is 129 (50.78% from 255 or 30.07% from 429); Blue value is 114 (44.92% from 255 or 26.57% from 429); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8172 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8172 is #457E8D. Grayscale: #909090. Windows color (decimal): -4554382 or 7504314. OLE color: 7504314.

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

Color convert

RGB186129114-
CMYK00.310.390.27
HSL12.5º34.29%58.82%-
HSV(B)12.5º38.71%72.94%-
XYZ31.1427.3519.56-
YUV144.33110.88157.72-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.36%
GREEN value IS 129 (50.78% from 255) = 30.07%
BLUE value IS 114 (44.92% from 255) = 26.57%
R=43.36%
G=30.07%
B=26.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612911400.310.390.2712.534.2958.82
HexBA817201F271Bd223b
Octal2722011620374733154273
Binary10111010100000011110010011111100111110111101100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8172; }

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

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

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

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

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

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

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

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