#BA923B

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

Shades of Hokey Pokey #BA923B

Tints of Hokey Pokey #BA923B

Color information

#BA923B (or 0xBA923B) is unknown color: approx Hokey Pokey. HEX triplet: BA, 92 and 3B. RGB value is (186,146,59). Sum of RGB (Red+Green+Blue) = 186+146+59=391 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.57% from 391); Green value is 146 (57.42% from 255 or 37.34% from 391); Blue value is 59 (23.44% from 255 or 15.09% from 391); Max value from RGB is 186 - color contains mainly: red. Hex color #BA923B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA923B is #456DC4. Grayscale: #949494. Windows color (decimal): -4550085 or 3904186. OLE color: 3904186.

HSL color Cylindrical-coordinate representation of color #BA923B: hue angle of 41.1º degrees, saturation: 0.52, 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 #BA923B is Cyan = 0, Magento = 0.22, Yellow = 0.68 and Black (K on CMYK) = 0.27.

Color convert

RGB18614659-
CMYK00.220.680.27
HSL41.1º51.84%48.04%-
HSV(B)41.1º68.28%72.94%-
XYZ31.3231.318.53-
YUV148.0477.75155.07-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.57%
GREEN value IS 146 (57.42% from 255) = 37.34%
BLUE value IS 59 (23.44% from 255) = 15.09%
R=47.57%
G=37.34%
B=15.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.68
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861465900.220.680.2741.151.8448.04
HexBA923B016441B293430
Octal2722227302610433516460
Binary1011101010010010111011010110100010011011101001110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA923B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA923B; }

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

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

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

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

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

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

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

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