Html Css Color HEX #BA8F31 Hokey Pokey

📋 copy color: '#BA8F31'

red 186 ◦ green 143 ◦ blue 49

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

Shades of Hokey Pokey #BA8F31

Tints of Hokey Pokey #BA8F31

RGB

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

 GREEN value IS 143 (56.25% from 255) = 37.83%

 BLUE value IS 49 (19.53% from 255) = 12.96%

R = 49.21%
G = 37.83%
B = 12.96%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BA8F31 (or 0xBA8F31) is known color: Hokey Pokey. HEX triplet: BA, 8F and 31. RGB value is (186,143,49). Sum of RGB (Red+Green+Blue) = 186+143+49=378 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.21% from 378); Green value is 143 (56.25% from 255 or 37.83% from 378); Blue value is 49 (19.53% from 255 or 12.96% from 378); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8F31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8F31 is #4570CE. Grayscale: #919191. Windows color (decimal): -4550863 or 3248058. OLE color: 3248058.

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

Color convert

RGB 186 143 49 -
CMYK 0 0.23 0.74 0.27
HSL 41.17º 0.58% 0.46% -
HSV(B) 41.17º 0.74% 0.73% -
XYZ 30.63 30.31 7.14 -
YUV 145.14 73.75 157.14 -
System Red Green Blue C M Y K H S L
Decimal 186 143 49 0 0.23 0.74 0.27 41.17 0.58 0.46
Hex BA 8F 31 0 17 4A 1B 29 3A 2E
Octal 272 217 61 0 27 112 33 51 72 56
Binary 10111010 10001111 110001 0 10111 1001010 11011 101001 111010 101110

Color Harmonies of #BA8F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8F31

Black with #BA8F31

Text Example


Text Example

White with #BA8F31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8F31; }

 p { color: rgb(186,143,49); }

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

background-color css

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

 a { background-color: rgb(186,143,49); }

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

border-color css

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

 span { border-color: rgb(186,143,49); }

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