#BA963C

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

Shades of Roti #BA963C

Tints of Roti #BA963C

Color information

#BA963C (or 0xBA963C) is unknown color: approx Roti. HEX triplet: BA, 96 and 3C. RGB value is (186,150,60). Sum of RGB (Red+Green+Blue) = 186+150+60=396 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.97% from 396); Green value is 150 (58.98% from 255 or 37.88% from 396); Blue value is 60 (23.83% from 255 or 15.15% from 396); Max value from RGB is 186 - color contains mainly: red. Hex color #BA963C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA963C is #4569C3. Grayscale: #969696. Windows color (decimal): -4549060 or 3970746. OLE color: 3970746.

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

Color convert

RGB18615060-
CMYK00.190.680.27
HSL42.86º51.22%48.24%-
HSV(B)42.86º67.74%72.94%-
XYZ31.9732.588.88-
YUV150.576.93153.32-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.97%
GREEN value IS 150 (58.98% from 255) = 37.88%
BLUE value IS 60 (23.83% from 255) = 15.15%
R=46.97%
G=37.88%
B=15.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.68
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861506000.190.680.2742.8651.2248.24
HexBA963C013441B2b3330
Octal2722267402310433536360
Binary1011101010010110111100010011100010011011101011110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA963C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA963C; }

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

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

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

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

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

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

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

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