Html Css Color HEX #BA9736 Hokey Pokey

📋 copy color: '#BA9736'

red 186 ◦ green 151 ◦ blue 54

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

Shades of Hokey Pokey #BA9736

Tints of Hokey Pokey #BA9736

RGB

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

 GREEN value IS 151 (59.38% from 255) = 38.62%

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

R = 47.57%
G = 38.62%
B = 13.81%

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

#BA9736 (or 0xBA9736) is known color: Hokey Pokey. HEX triplet: BA, 97 and 36. RGB value is (186,151,54). Sum of RGB (Red+Green+Blue) = 186+151+54=391 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.57% from 391); Green value is 151 (59.38% from 255 or 38.62% from 391); Blue value is 54 (21.48% from 255 or 13.81% from 391); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9736 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9736 is #4568C9. Grayscale: #969696. Windows color (decimal): -4548810 or 3577786. OLE color: 3577786.

HSL color Cylindrical-coordinate representation of color #BA9736: hue angle of 44.09º 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 #BA9736 is Cyan = 0, Magento = 0.19, Yellow = 0.71 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 151 54 -
CMYK 0 0.19 0.71 0.27
HSL 44.09º 0.55% 0.47% -
HSV(B) 44.09º 0.71% 0.73% -
XYZ 31.98 32.84 8.14 -
YUV 150.41 73.6 153.39 -
System Red Green Blue C M Y K H S L
Decimal 186 151 54 0 0.19 0.71 0.27 44.09 0.55 0.47
Hex BA 97 36 0 13 47 1B 2C 37 2F
Octal 272 227 66 0 23 107 33 54 67 57
Binary 10111010 10010111 110110 0 10011 1000111 11011 101100 110111 101111

Color Harmonies of #BA9736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9736

Black with #BA9736

Text Example


Text Example

White with #BA9736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9736; }

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

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

background-color css

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

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

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

border-color css

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

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

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