#BA8A7E

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

Shades of Brandy Rose #BA8A7E

Tints of Brandy Rose #BA8A7E

Color information

#BA8A7E (or 0xBA8A7E) is unknown color: approx Brandy Rose. HEX triplet: BA, 8A and 7E. RGB value is (186,138,126). Sum of RGB (Red+Green+Blue) = 186+138+126=450 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.33% from 450); Green value is 138 (54.30% from 255 or 30.67% from 450); Blue value is 126 (49.61% from 255 or 28% from 450); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8A7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8A7E is #457581. Grayscale: #979797. Windows color (decimal): -4552066 or 8293050. OLE color: 8293050.

HSL color Cylindrical-coordinate representation of color #BA8A7E: hue angle of 12º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BA8A7E is Cyan = 0, Magento = 0.26, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB186138126-
CMYK00.260.320.27
HSL12º30.3%61.18%-
HSV(B)12º32.26%72.94%-
XYZ33.130.1223.81-
YUV150.98113.9152.98-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.33%
GREEN value IS 138 (54.30% from 255) = 30.67%
BLUE value IS 126 (49.61% from 255) = 28%
R=41.33%
G=30.67%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613812600.260.320.271230.361.18
HexBA8A7E01A201Bc1e3d
Octal2722121760324033143675
Binary1011101010001010111111001101010000011011110011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8A7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8A7E; }

 p { color: rgb(186,138,126); }

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

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

 a { background-color: rgb(186,138,126); }

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

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

 span { border-color: rgb(186,138,126); }

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