Html Css Color HEX #BA8F30 Hokey Pokey

📋 copy color: '#BA8F30'

red 186 ◦ green 143 ◦ blue 48

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

Shades of Hokey Pokey #BA8F30

Tints of Hokey Pokey #BA8F30

RGB

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

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

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

R = 49.34%
G = 37.93%
B = 12.73%

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

#BA8F30 (or 0xBA8F30) is known color: Hokey Pokey. HEX triplet: BA, 8F and 30. RGB value is (186,143,48). Sum of RGB (Red+Green+Blue) = 186+143+48=377 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.34% from 377); Green value is 143 (56.25% from 255 or 37.93% from 377); Blue value is 48 (19.14% from 255 or 12.73% from 377); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8F30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8F30 is #4570CF. Grayscale: #919191. Windows color (decimal): -4550864 or 3182522. OLE color: 3182522.

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

Color convert

RGB 186 143 48 -
CMYK 0 0.23 0.74 0.27
HSL 41.3º 0.59% 0.46% -
HSV(B) 41.3º 0.74% 0.73% -
XYZ 30.61 30.3 7.03 -
YUV 145.03 73.25 157.22 -
System Red Green Blue C M Y K H S L
Decimal 186 143 48 0 0.23 0.74 0.27 41.3 0.59 0.46
Hex BA 8F 30 0 17 4A 1B 29 3B 2E
Octal 272 217 60 0 27 112 33 51 73 56
Binary 10111010 10001111 110000 0 10111 1001010 11011 101001 111011 101110

Color Harmonies of #BA8F30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8F30

Black with #BA8F30

Text Example


Text Example

White with #BA8F30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8F30; }

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

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

background-color css

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

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

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

border-color css

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

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

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