#BA8B30

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

Shades of Hokey Pokey #BA8B30

Tints of Hokey Pokey #BA8B30

Color information

#BA8B30 (or 0xBA8B30) is unknown color: approx Hokey Pokey. HEX triplet: BA, 8B and 30. RGB value is (186,139,48). Sum of RGB (Red+Green+Blue) = 186+139+48=373 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.87% from 373); Green value is 139 (54.69% from 255 or 37.27% from 373); Blue value is 48 (19.14% from 255 or 12.87% from 373); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8B30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8B30 is #4574CF. Grayscale: #8F8F8F. Windows color (decimal): -4551888 or 3181498. OLE color: 3181498.

HSL color Cylindrical-coordinate representation of color #BA8B30: hue angle of 39.57º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BA8B30 is Cyan = 0, Magento = 0.25, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB18613948-
CMYK00.250.740.27
HSL39.57º58.97%45.88%-
HSV(B)39.57º74.19%72.94%-
XYZ30.0229.126.83-
YUV142.6874.57158.9-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 49.87%
GREEN value IS 139 (54.69% from 255) = 37.27%
BLUE value IS 48 (19.14% from 255) = 12.87%
R=49.87%
G=37.27%
B=12.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.74
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861394800.250.740.2739.5758.9745.88
HexBA8B300194A1B283b2e
Octal2722136003111233507356
Binary1011101010001011110000011001100101011011101000111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8B30; }

 p { color: rgb(186,139,48); }

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

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

 a { background-color: rgb(186,139,48); }

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

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

 span { border-color: rgb(186,139,48); }

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