Html Css Color HEX #BA9934 Hokey Pokey

📋 copy color: '#BA9934'

red 186 ◦ green 153 ◦ blue 52

#BA9934
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hokey Pokey #BA9934

Tints of Hokey Pokey #BA9934

RGB

 RED value IS 186 (73.05% from 255) = 47.57%

 GREEN value IS 153 (60.16% from 255) = 39.13%

 BLUE value IS 52 (20.7% from 255) = 13.3%

R = 47.57%
G = 39.13%
B = 13.3%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BA9934 (or 0xBA9934) is known color: Hokey Pokey. HEX triplet: BA, 99 and 34. RGB value is (186,153,52). Sum of RGB (Red+Green+Blue) = 186+153+52=391 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.57% from 391); Green value is 153 (60.16% from 255 or 39.13% from 391); Blue value is 52 (20.70% from 255 or 13.30% from 391); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9934 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9934 is #4566CB. Grayscale: #979797. Windows color (decimal): -4548300 or 3447226. OLE color: 3447226.

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

Color convert

RGB 186 153 52 -
CMYK 0 0.18 0.72 0.27
HSL 45.22º 0.56% 0.47% -
HSV(B) 45.22º 0.72% 0.73% -
XYZ 32.26 33.47 8.01 -
YUV 151.35 71.93 152.71 -
System Red Green Blue C M Y K H S L
Decimal 186 153 52 0 0.18 0.72 0.27 45.22 0.56 0.47
Hex BA 99 34 0 12 48 1B 2D 38 2F
Octal 272 231 64 0 22 110 33 55 70 57
Binary 10111010 10011001 110100 0 10010 1001000 11011 101101 111000 101111

Color Harmonies of #BA9934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9934

Black with #BA9934

Text Example


Text Example

White with #BA9934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9934; }

 p { color: rgb(186,153,52); }

 H1.HeaderClassName
 {
   color: #BA9934;
 }
 .AnyTagClassName
 {
   color: #BA9934;
 }
</style>

background-color css

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

 a { background-color: rgb(186,153,52); }

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

border-color css

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

 span { border-color: rgb(186,153,52); }

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