#BA9A36

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

Shades of Roti #BA9A36

Tints of Roti #BA9A36

Color information

#BA9A36 (or 0xBA9A36) is unknown color: approx Roti. HEX triplet: BA, 9A and 36. RGB value is (186,154,54). Sum of RGB (Red+Green+Blue) = 186+154+54=394 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.21% from 394); Green value is 154 (60.55% from 255 or 39.09% from 394); Blue value is 54 (21.48% from 255 or 13.71% from 394); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9A36 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9A36 is #4565C9. Grayscale: #989898. Windows color (decimal): -4548042 or 3578554. OLE color: 3578554.

HSL color Cylindrical-coordinate representation of color #BA9A36: hue angle of 45.45º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BA9A36 is Cyan = 0, Magento = 0.17, Yellow = 0.71 and Black (K on CMYK) = 0.27.

Color convert

RGB18615454-
CMYK00.170.710.27
HSL45.45º55%47.06%-
HSV(B)45.45º70.97%72.94%-
XYZ32.4733.828.31-
YUV152.1772.6152.13-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.21%
GREEN value IS 154 (60.55% from 255) = 39.09%
BLUE value IS 54 (21.48% from 255) = 13.71%
R=47.21%
G=39.09%
B=13.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.71
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861545400.170.710.2745.455547.06
HexBA9A36011471B2d372f
Octal2722326602110733556757
Binary1011101010011010110110010001100011111011101101110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9A36; }

 p { color: rgb(186,154,54); }

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

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

 a { background-color: rgb(186,154,54); }

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

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

 span { border-color: rgb(186,154,54); }

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