#BA9E46

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

Shades of Roti #BA9E46

Tints of Roti #BA9E46

Color information

#BA9E46 (or 0xBA9E46) is unknown color: approx Roti. HEX triplet: BA, 9E and 46. RGB value is (186,158,70). Sum of RGB (Red+Green+Blue) = 186+158+70=414 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.93% from 414); Green value is 158 (62.11% from 255 or 38.16% from 414); Blue value is 70 (27.73% from 255 or 16.91% from 414); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9E46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9E46 is #4561B9. Grayscale: #9C9C9C. Windows color (decimal): -4547002 or 4628154. OLE color: 4628154.

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

Color convert

RGB18615870-
CMYK00.150.620.27
HSL45.52º45.67%50.2%-
HSV(B)45.52º62.37%72.94%-
XYZ33.5835.3410.84-
YUV156.3479.28149.16-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.93%
GREEN value IS 158 (62.11% from 255) = 38.16%
BLUE value IS 70 (27.73% from 255) = 16.91%
R=44.93%
G=38.16%
B=16.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.62
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861587000.150.620.2745.5245.6750.2
HexBA9E460F3E1B2e2e32
Octal2722361060177633565662
Binary101110101001111010001100111111111011011101110101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9E46; }

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

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

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

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

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

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

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

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