#BA9C37

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

Shades of Roti #BA9C37

Tints of Roti #BA9C37

Color information

#BA9C37 (or 0xBA9C37) is unknown color: approx Roti. HEX triplet: BA, 9C and 37. RGB value is (186,156,55). Sum of RGB (Red+Green+Blue) = 186+156+55=397 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.85% from 397); Green value is 156 (61.33% from 255 or 39.29% from 397); Blue value is 55 (21.88% from 255 or 13.85% from 397); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9C37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9C37 is #4563C8. Grayscale: #999999. Windows color (decimal): -4547529 or 3644602. OLE color: 3644602.

HSL color Cylindrical-coordinate representation of color #BA9C37: hue angle of 46.26º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA9C37 is Cyan = 0, Magento = 0.16, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB18615655-
CMYK00.160.700.27
HSL46.26º54.36%47.25%-
HSV(B)46.26º70.43%72.94%-
XYZ32.8334.498.54-
YUV153.4672.44151.21-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.85%
GREEN value IS 156 (61.33% from 255) = 39.29%
BLUE value IS 55 (21.88% from 255) = 13.85%
R=46.85%
G=39.29%
B=13.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.70
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861565500.160.700.2746.2654.3647.25
HexBA9C37010461B2e362f
Octal2722346702010633566657
Binary1011101010011100110111010000100011011011101110110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9C37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9C37; }

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

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

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

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

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

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

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

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