#BA9C46

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

Shades of Roti #BA9C46

Tints of Roti #BA9C46

Color information

#BA9C46 (or 0xBA9C46) is unknown color: approx Roti. HEX triplet: BA, 9C and 46. RGB value is (186,156,70). Sum of RGB (Red+Green+Blue) = 186+156+70=412 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.15% from 412); Green value is 156 (61.33% from 255 or 37.86% from 412); Blue value is 70 (27.73% from 255 or 16.99% from 412); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9C46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9C46 is #4563B9. Grayscale: #9B9B9B. Windows color (decimal): -4547514 or 4627642. OLE color: 4627642.

HSL color Cylindrical-coordinate representation of color #BA9C46: hue angle of 44.48º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BA9C46 is Cyan = 0, Magento = 0.16, Yellow = 0.62 and Black (K on CMYK) = 0.27.

Color convert

RGB18615670-
CMYK00.160.620.27
HSL44.48º45.67%50.2%-
HSV(B)44.48º62.37%72.94%-
XYZ33.2434.6610.73-
YUV155.1779.94149.99-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.15%
GREEN value IS 156 (61.33% from 255) = 37.86%
BLUE value IS 70 (27.73% from 255) = 16.99%
R=45.15%
G=37.86%
B=16.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.62
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861567000.160.620.2744.4845.6750.2
HexBA9C460103E1B2c2e32
Octal2722341060207633545662
Binary1011101010011100100011001000011111011011101100101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9C46; }

 p { color: rgb(186,156,70); }

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

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

 a { background-color: rgb(186,156,70); }

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

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

 span { border-color: rgb(186,156,70); }

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