#BA923F

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

Shades of Roti #BA923F

Tints of Roti #BA923F

Color information

#BA923F (or 0xBA923F) is unknown color: approx Roti. HEX triplet: BA, 92 and 3F. RGB value is (186,146,63). Sum of RGB (Red+Green+Blue) = 186+146+63=395 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.09% from 395); Green value is 146 (57.42% from 255 or 36.96% from 395); Blue value is 63 (25% from 255 or 15.95% from 395); Max value from RGB is 186 - color contains mainly: red. Hex color #BA923F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA923F is #456DC0. Grayscale: #949494. Windows color (decimal): -4550081 or 4166330. OLE color: 4166330.

HSL color Cylindrical-coordinate representation of color #BA923F: hue angle of 40.49º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BA923F is Cyan = 0, Magento = 0.22, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB18614663-
CMYK00.220.660.27
HSL40.49º49.4%48.82%-
HSV(B)40.49º66.13%72.94%-
XYZ31.4331.369.1-
YUV148.579.75154.75-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.09%
GREEN value IS 146 (57.42% from 255) = 36.96%
BLUE value IS 63 (25% from 255) = 15.95%
R=47.09%
G=36.96%
B=15.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861466300.220.660.2740.4949.448.82
HexBA923F016421B283131
Octal2722227702610233506161
Binary1011101010010010111111010110100001011011101000110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA923F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA923F; }

 p { color: rgb(186,146,63); }

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

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

 a { background-color: rgb(186,146,63); }

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

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

 span { border-color: rgb(186,146,63); }

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