Html Css Color HEX #BA8D39 Hokey Pokey

📋 copy color: '#BA8D39'

red 186 ◦ green 141 ◦ blue 57

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

Shades of Hokey Pokey #BA8D39

Tints of Hokey Pokey #BA8D39

RGB

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

 GREEN value IS 141 (55.47% from 255) = 36.72%

 BLUE value IS 57 (22.66% from 255) = 14.84%

R = 48.44%
G = 36.72%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#BA8D39 (or 0xBA8D39) is known color: Hokey Pokey. HEX triplet: BA, 8D and 39. RGB value is (186,141,57). Sum of RGB (Red+Green+Blue) = 186+141+57=384 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.44% from 384); Green value is 141 (55.47% from 255 or 36.72% from 384); Blue value is 57 (22.66% from 255 or 14.84% from 384); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8D39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8D39 is #4572C6. Grayscale: #919191. Windows color (decimal): -4551367 or 3771834. OLE color: 3771834.

HSL color Cylindrical-coordinate representation of color #BA8D39: hue angle of 39.07º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BA8D39 is Cyan = 0, Magento = 0.24, Yellow = 0.69 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 141 57 -
CMYK 0 0.24 0.69 0.27
HSL 39.07º 0.53% 0.48% -
HSV(B) 39.07º 0.69% 0.73% -
XYZ 30.51 29.78 8.01 -
YUV 144.88 78.41 157.33 -
System Red Green Blue C M Y K H S L
Decimal 186 141 57 0 0.24 0.69 0.27 39.07 0.53 0.48
Hex BA 8D 39 0 18 45 1B 27 35 30
Octal 272 215 71 0 30 105 33 47 65 60
Binary 10111010 10001101 111001 0 11000 1000101 11011 100111 110101 110000

Color Harmonies of #BA8D39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8D39

Black with #BA8D39

Text Example


Text Example

White with #BA8D39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8D39; }

 p { color: rgb(186,141,57); }

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

background-color css

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

 a { background-color: rgb(186,141,57); }

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

border-color css

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

 span { border-color: rgb(186,141,57); }

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