#BA9343

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

Shades of Roti #BA9343

Tints of Roti #BA9343

Color information

#BA9343 (or 0xBA9343) is unknown color: approx Roti. HEX triplet: BA, 93 and 43. RGB value is (186,147,67). Sum of RGB (Red+Green+Blue) = 186+147+67=400 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.5% from 400); Green value is 147 (57.81% from 255 or 36.75% from 400); Blue value is 67 (26.56% from 255 or 16.75% from 400); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9343 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9343 is #456CBC. Grayscale: #959595. Windows color (decimal): -4549821 or 4428730. OLE color: 4428730.

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

Color convert

RGB18614767-
CMYK00.210.640.27
HSL40.34º47.04%49.61%-
HSV(B)40.34º63.98%72.94%-
XYZ31.731.719.76-
YUV149.5481.42154-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.5%
GREEN value IS 147 (57.81% from 255) = 36.75%
BLUE value IS 67 (26.56% from 255) = 16.75%
R=46.5%
G=36.75%
B=16.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.64
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861476700.210.640.2740.3447.0449.61
HexBA9343015401B282f32
Octal27222310302510033505762
Binary10111010100100111000011010101100000011011101000101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9343; }

 p { color: rgb(186,147,67); }

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

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

 a { background-color: rgb(186,147,67); }

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

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

 span { border-color: rgb(186,147,67); }

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