Html Css Color HEX #BA8836 Hokey Pokey

📋 copy color: '#BA8836'

red 186 ◦ green 136 ◦ blue 54

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

Shades of Hokey Pokey #BA8836

Tints of Hokey Pokey #BA8836

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.17%

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

R = 49.47%
G = 36.17%
B = 14.36%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#BA8836 (or 0xBA8836) is known color: Hokey Pokey. HEX triplet: BA, 88 and 36. RGB value is (186,136,54). Sum of RGB (Red+Green+Blue) = 186+136+54=376 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.47% from 376); Green value is 136 (53.52% from 255 or 36.17% from 376); Blue value is 54 (21.48% from 255 or 14.36% from 376); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8836 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8836 is #4577C9. Grayscale: #8D8D8D. Windows color (decimal): -4552650 or 3573946. OLE color: 3573946.

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

Color convert

RGB 186 136 54 -
CMYK 0 0.27 0.71 0.27
HSL 37.27º 0.55% 0.47% -
HSV(B) 37.27º 0.71% 0.73% -
XYZ 29.72 28.31 7.39 -
YUV 141.6 78.57 159.67 -
System Red Green Blue C M Y K H S L
Decimal 186 136 54 0 0.27 0.71 0.27 37.27 0.55 0.47
Hex BA 88 36 0 1B 47 1B 25 37 2F
Octal 272 210 66 0 33 107 33 45 67 57
Binary 10111010 10001000 110110 0 11011 1000111 11011 100101 110111 101111

Color Harmonies of #BA8836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8836

Black with #BA8836

Text Example


Text Example

White with #BA8836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8836; }

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

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

background-color css

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

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

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

border-color css

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

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

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