Html Css Color HEX #BA9737 Hokey Pokey

📋 copy color: '#BA9737'

red 186 ◦ green 151 ◦ blue 55

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

Shades of Hokey Pokey #BA9737

Tints of Hokey Pokey #BA9737

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 14.03%

R = 47.45%
G = 38.52%
B = 14.03%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#BA9737 (or 0xBA9737) is known color: Hokey Pokey. HEX triplet: BA, 97 and 37. RGB value is (186,151,55). Sum of RGB (Red+Green+Blue) = 186+151+55=392 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.45% from 392); Green value is 151 (59.38% from 255 or 38.52% from 392); Blue value is 55 (21.88% from 255 or 14.03% from 392); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9737 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9737 is #4568C8. Grayscale: #969696. Windows color (decimal): -4548809 or 3643322. OLE color: 3643322.

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

Color convert

RGB 186 151 55 -
CMYK 0 0.19 0.70 0.27
HSL 43.97º 0.54% 0.47% -
HSV(B) 43.97º 0.7% 0.73% -
XYZ 32.01 32.85 8.27 -
YUV 150.52 74.1 153.31 -
System Red Green Blue C M Y K H S L
Decimal 186 151 55 0 0.19 0.70 0.27 43.97 0.54 0.47
Hex BA 97 37 0 13 46 1B 2C 36 2F
Octal 272 227 67 0 23 106 33 54 66 57
Binary 10111010 10010111 110111 0 10011 1000110 11011 101100 110110 101111

Color Harmonies of #BA9737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9737

Black with #BA9737

Text Example


Text Example

White with #BA9737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9737; }

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

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

background-color css

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

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

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

border-color css

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

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

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