Html Css Color HEX #BA8D33 Hokey Pokey

📋 copy color: '#BA8D33'

red 186 ◦ green 141 ◦ blue 51

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

Shades of Hokey Pokey #BA8D33

Tints of Hokey Pokey #BA8D33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 13.49%

R = 49.21%
G = 37.3%
B = 13.49%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BA8D33 (or 0xBA8D33) is known color: Hokey Pokey. HEX triplet: BA, 8D and 33. RGB value is (186,141,51). Sum of RGB (Red+Green+Blue) = 186+141+51=378 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.21% from 378); Green value is 141 (55.47% from 255 or 37.30% from 378); Blue value is 51 (20.31% from 255 or 13.49% from 378); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8D33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8D33 is #4572CC. Grayscale: #909090. Windows color (decimal): -4551373 or 3378618. OLE color: 3378618.

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

Color convert

RGB 186 141 51 -
CMYK 0 0.24 0.73 0.27
HSL 40º 0.57% 0.46% -
HSV(B) 40º 0.73% 0.73% -
XYZ 30.37 29.73 7.27 -
YUV 144.2 75.41 157.82 -
System Red Green Blue C M Y K H S L
Decimal 186 141 51 0 0.24 0.73 0.27 40 0.57 0.46
Hex BA 8D 33 0 18 49 1B 28 39 2E
Octal 272 215 63 0 30 111 33 50 71 56
Binary 10111010 10001101 110011 0 11000 1001001 11011 101000 111001 101110

Color Harmonies of #BA8D33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8D33

Black with #BA8D33

Text Example


Text Example

White with #BA8D33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8D33; }

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

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

background-color css

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

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

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

border-color css

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

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

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