#BA9639

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

Shades of Roti #BA9639

Tints of Roti #BA9639

Color information

#BA9639 (or 0xBA9639) is unknown color: approx Roti. HEX triplet: BA, 96 and 39. RGB value is (186,150,57). Sum of RGB (Red+Green+Blue) = 186+150+57=393 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.33% from 393); Green value is 150 (58.98% from 255 or 38.17% from 393); Blue value is 57 (22.66% from 255 or 14.50% from 393); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9639 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9639 is #4569C6. Grayscale: #969696. Windows color (decimal): -4549063 or 3774138. OLE color: 3774138.

HSL color Cylindrical-coordinate representation of color #BA9639: hue angle of 43.26º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BA9639 is Cyan = 0, Magento = 0.19, Yellow = 0.69 and Black (K on CMYK) = 0.27.

Color convert

RGB18615057-
CMYK00.190.690.27
HSL43.26º53.09%47.65%-
HSV(B)43.26º69.35%72.94%-
XYZ31.8932.558.47-
YUV150.1675.43153.56-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.33%
GREEN value IS 150 (58.98% from 255) = 38.17%
BLUE value IS 57 (22.66% from 255) = 14.50%
R=47.33%
G=38.17%
B=14.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.69
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861505700.190.690.2743.2653.0947.65
HexBA9639013451B2b3530
Octal2722267102310533536560
Binary1011101010010110111001010011100010111011101011110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9639; }

 p { color: rgb(186,150,57); }

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

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

 a { background-color: rgb(186,150,57); }

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

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

 span { border-color: rgb(186,150,57); }

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