Html Css Color HEX #BA8530 Hokey Pokey

📋 copy color: '#BA8530'

red 186 ◦ green 133 ◦ blue 48

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

Shades of Hokey Pokey #BA8530

Tints of Hokey Pokey #BA8530

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.24%

 BLUE value IS 48 (19.14% from 255) = 13.08%

R = 50.68%
G = 36.24%
B = 13.08%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BA8530 (or 0xBA8530) is known color: Hokey Pokey. HEX triplet: BA, 85 and 30. RGB value is (186,133,48). Sum of RGB (Red+Green+Blue) = 186+133+48=367 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.68% from 367); Green value is 133 (52.34% from 255 or 36.24% from 367); Blue value is 48 (19.14% from 255 or 13.08% from 367); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8530 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8530 is #457ACF. Grayscale: #8B8B8B. Windows color (decimal): -4553424 or 3179962. OLE color: 3179962.

HSL color Cylindrical-coordinate representation of color #BA8530: hue angle of 36.96º degrees, saturation: 0.59, 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 #BA8530 is Cyan = 0, Magento = 0.28, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 133 48 -
CMYK 0 0.28 0.74 0.27
HSL 36.96º 0.59% 0.46% -
HSV(B) 36.96º 0.74% 0.73% -
XYZ 29.17 27.43 6.55 -
YUV 139.16 76.56 161.41 -
System Red Green Blue C M Y K H S L
Decimal 186 133 48 0 0.28 0.74 0.27 36.96 0.59 0.46
Hex BA 85 30 0 1C 4A 1B 25 3B 2E
Octal 272 205 60 0 34 112 33 45 73 56
Binary 10111010 10000101 110000 0 11100 1001010 11011 100101 111011 101110

Color Harmonies of #BA8530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8530

Black with #BA8530

Text Example


Text Example

White with #BA8530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8530; }

 p { color: rgb(186,133,48); }

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

background-color css

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

 a { background-color: rgb(186,133,48); }

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

border-color css

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

 span { border-color: rgb(186,133,48); }

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