Html Css Color HEX #BA8730 Hokey Pokey

📋 copy color: '#BA8730'

red 186 ◦ green 135 ◦ blue 48

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

Shades of Hokey Pokey #BA8730

Tints of Hokey Pokey #BA8730

RGB

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

 GREEN value IS 135 (53.13% from 255) = 36.59%

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

R = 50.41%
G = 36.59%
B = 13.01%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BA8730 (or 0xBA8730) is known color: Hokey Pokey. HEX triplet: BA, 87 and 30. RGB value is (186,135,48). Sum of RGB (Red+Green+Blue) = 186+135+48=369 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.41% from 369); Green value is 135 (53.12% from 255 or 36.59% from 369); Blue value is 48 (19.14% from 255 or 13.01% from 369); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8730 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8730 is #4578CF. Grayscale: #8C8C8C. Windows color (decimal): -4552912 or 3180474. OLE color: 3180474.

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

Color convert

RGB 186 135 48 -
CMYK 0 0.27 0.74 0.27
HSL 37.83º 0.59% 0.46% -
HSV(B) 37.83º 0.74% 0.73% -
XYZ 29.45 27.98 6.65 -
YUV 140.33 75.9 160.57 -
System Red Green Blue C M Y K H S L
Decimal 186 135 48 0 0.27 0.74 0.27 37.83 0.59 0.46
Hex BA 87 30 0 1B 4A 1B 26 3B 2E
Octal 272 207 60 0 33 112 33 46 73 56
Binary 10111010 10000111 110000 0 11011 1001010 11011 100110 111011 101110

Color Harmonies of #BA8730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8730

Black with #BA8730

Text Example


Text Example

White with #BA8730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8730; }

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

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

background-color css

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

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

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

border-color css

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

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

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