#BA7F67

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

Shades of Brandy Rose #BA7F67

Tints of Brandy Rose #BA7F67

Color information

#BA7F67 (or 0xBA7F67) is unknown color: approx Brandy Rose. HEX triplet: BA, 7F and 67. RGB value is (186,127,103). Sum of RGB (Red+Green+Blue) = 186+127+103=416 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.71% from 416); Green value is 127 (50% from 255 or 30.53% from 416); Blue value is 103 (40.62% from 255 or 24.76% from 416); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7F67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7F67 is #458098. Grayscale: #8E8E8E. Windows color (decimal): -4554905 or 6782906. OLE color: 6782906.

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

Color convert

RGB186127103-
CMYK00.320.450.27
HSL17.35º37.56%56.67%-
HSV(B)17.35º44.62%72.94%-
XYZ30.2926.616.37-
YUV141.9106.05159.45-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.71%
GREEN value IS 127 (50% from 255) = 30.53%
BLUE value IS 103 (40.62% from 255) = 24.76%
R=44.71%
G=30.53%
B=24.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612710300.320.450.2717.3537.5656.67
HexBA7F670202D1B112639
Octal2721771470405533214671
Binary101110101111111110011101000001011011101110001100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7F67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7F67; }

 p { color: rgb(186,127,103); }

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

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

 a { background-color: rgb(186,127,103); }

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

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

 span { border-color: rgb(186,127,103); }

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