Html Css Color HEX #BA8D35 Hokey Pokey

📋 copy color: '#BA8D35'

red 186 ◦ green 141 ◦ blue 53

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

Shades of Hokey Pokey #BA8D35

Tints of Hokey Pokey #BA8D35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 13.95%

R = 48.95%
G = 37.11%
B = 13.95%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BA8D35 (or 0xBA8D35) is known color: Hokey Pokey. HEX triplet: BA, 8D and 35. RGB value is (186,141,53). Sum of RGB (Red+Green+Blue) = 186+141+53=380 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.95% from 380); Green value is 141 (55.47% from 255 or 37.11% from 380); Blue value is 53 (21.09% from 255 or 13.95% from 380); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8D35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8D35 is #4572CA. Grayscale: #909090. Windows color (decimal): -4551371 or 3509690. OLE color: 3509690.

HSL color Cylindrical-coordinate representation of color #BA8D35: hue angle of 39.7º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BA8D35 is Cyan = 0, Magento = 0.24, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 141 53 -
CMYK 0 0.24 0.72 0.27
HSL 39.7º 0.56% 0.47% -
HSV(B) 39.7º 0.72% 0.73% -
XYZ 30.42 29.75 7.51 -
YUV 144.42 76.41 157.66 -
System Red Green Blue C M Y K H S L
Decimal 186 141 53 0 0.24 0.72 0.27 39.7 0.56 0.47
Hex BA 8D 35 0 18 48 1B 28 38 2F
Octal 272 215 65 0 30 110 33 50 70 57
Binary 10111010 10001101 110101 0 11000 1001000 11011 101000 111000 101111

Color Harmonies of #BA8D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8D35

Black with #BA8D35

Text Example


Text Example

White with #BA8D35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8D35; }

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

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

background-color css

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

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

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

border-color css

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

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

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