#BA9E3C

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

Shades of Roti #BA9E3C

Tints of Roti #BA9E3C

Color information

#BA9E3C (or 0xBA9E3C) is unknown color: approx Roti. HEX triplet: BA, 9E and 3C. RGB value is (186,158,60). Sum of RGB (Red+Green+Blue) = 186+158+60=404 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.04% from 404); Green value is 158 (62.11% from 255 or 39.11% from 404); Blue value is 60 (23.83% from 255 or 14.85% from 404); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9E3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9E3C is #4561C3. Grayscale: #9B9B9B. Windows color (decimal): -4547012 or 3972794. OLE color: 3972794.

HSL color Cylindrical-coordinate representation of color #BA9E3C: hue angle of 46.67º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BA9E3C is Cyan = 0, Magento = 0.15, Yellow = 0.68 and Black (K on CMYK) = 0.27.

Color convert

RGB18615860-
CMYK00.150.680.27
HSL46.67º51.22%48.24%-
HSV(B)46.67º67.74%72.94%-
XYZ33.2935.229.32-
YUV155.274.28149.97-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.04%
GREEN value IS 158 (62.11% from 255) = 39.11%
BLUE value IS 60 (23.83% from 255) = 14.85%
R=46.04%
G=39.11%
B=14.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.68
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861586000.150.680.2746.6751.2248.24
HexBA9E3C0F441B2f3330
Octal2722367401710433576360
Binary101110101001111011110001111100010011011101111110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9E3C; }

 p { color: rgb(186,158,60); }

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

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

 a { background-color: rgb(186,158,60); }

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

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

 span { border-color: rgb(186,158,60); }

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