Html Css Color HEX #BA9636 Hokey Pokey

📋 copy color: '#BA9636'

red 186 ◦ green 150 ◦ blue 54

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

Shades of Hokey Pokey #BA9636

Tints of Hokey Pokey #BA9636

RGB

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

 GREEN value IS 150 (58.98% from 255) = 38.46%

 BLUE value IS 54 (21.48% from 255) = 13.85%

R = 47.69%
G = 38.46%
B = 13.85%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#BA9636 (or 0xBA9636) is known color: Hokey Pokey. HEX triplet: BA, 96 and 36. RGB value is (186,150,54). Sum of RGB (Red+Green+Blue) = 186+150+54=390 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.69% from 390); Green value is 150 (58.98% from 255 or 38.46% from 390); Blue value is 54 (21.48% from 255 or 13.85% from 390); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9636 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9636 is #4569C9. Grayscale: #969696. Windows color (decimal): -4549066 or 3577530. OLE color: 3577530.

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

Color convert

RGB 186 150 54 -
CMYK 0 0.19 0.71 0.27
HSL 43.64º 0.55% 0.47% -
HSV(B) 43.64º 0.71% 0.73% -
XYZ 31.82 32.52 8.09 -
YUV 149.82 73.93 153.81 -
System Red Green Blue C M Y K H S L
Decimal 186 150 54 0 0.19 0.71 0.27 43.64 0.55 0.47
Hex BA 96 36 0 13 47 1B 2C 37 2F
Octal 272 226 66 0 23 107 33 54 67 57
Binary 10111010 10010110 110110 0 10011 1000111 11011 101100 110111 101111

Color Harmonies of #BA9636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9636

Black with #BA9636

Text Example


Text Example

White with #BA9636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9636; }

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

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

background-color css

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

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

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

border-color css

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

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

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