#BA9C35

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

Shades of Roti #BA9C35

Tints of Roti #BA9C35

Color information

#BA9C35 (or 0xBA9C35) is unknown color: approx Roti. HEX triplet: BA, 9C and 35. RGB value is (186,156,53). Sum of RGB (Red+Green+Blue) = 186+156+53=395 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.09% from 395); Green value is 156 (61.33% from 255 or 39.49% from 395); Blue value is 53 (21.09% from 255 or 13.42% from 395); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9C35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9C35 is #4563CA. Grayscale: #999999. Windows color (decimal): -4547531 or 3513530. OLE color: 3513530.

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

Color convert

RGB18615653-
CMYK00.160.720.27
HSL46.47º55.65%46.86%-
HSV(B)46.47º71.51%72.94%-
XYZ32.7834.478.29-
YUV153.2371.44151.38-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.09%
GREEN value IS 156 (61.33% from 255) = 39.49%
BLUE value IS 53 (21.09% from 255) = 13.42%
R=47.09%
G=39.49%
B=13.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861565300.160.720.2746.4755.6546.86
HexBA9C35010481B2e382f
Octal2722346502011033567057
Binary1011101010011100110101010000100100011011101110111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9C35; }

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

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

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

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

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

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

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

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