Html Css Color HEX #BA8D30 Hokey Pokey

📋 copy color: '#BA8D30'

red 186 ◦ green 141 ◦ blue 48

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

Shades of Hokey Pokey #BA8D30

Tints of Hokey Pokey #BA8D30

RGB

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

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

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

R = 49.6%
G = 37.6%
B = 12.8%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BA8D30 (or 0xBA8D30) is known color: Hokey Pokey. HEX triplet: BA, 8D and 30. RGB value is (186,141,48). Sum of RGB (Red+Green+Blue) = 186+141+48=375 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.6% from 375); Green value is 141 (55.47% from 255 or 37.6% from 375); Blue value is 48 (19.14% from 255 or 12.8% from 375); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8D30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8D30 is #4572CF. Grayscale: #909090. Windows color (decimal): -4551376 or 3182010. OLE color: 3182010.

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

Color convert

RGB 186 141 48 -
CMYK 0 0.24 0.74 0.27
HSL 40.43º 0.59% 0.46% -
HSV(B) 40.43º 0.74% 0.73% -
XYZ 30.31 29.7 6.93 -
YUV 143.85 73.91 158.06 -
System Red Green Blue C M Y K H S L
Decimal 186 141 48 0 0.24 0.74 0.27 40.43 0.59 0.46
Hex BA 8D 30 0 18 4A 1B 28 3B 2E
Octal 272 215 60 0 30 112 33 50 73 56
Binary 10111010 10001101 110000 0 11000 1001010 11011 101000 111011 101110

Color Harmonies of #BA8D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8D30

Black with #BA8D30

Text Example


Text Example

White with #BA8D30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8D30; }

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

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

background-color css

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

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

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

border-color css

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

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

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