Html Css Color HEX #BA852F Hokey Pokey

📋 copy color: '#BA852F'

red 186 ◦ green 133 ◦ blue 47

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

Shades of Hokey Pokey #BA852F

Tints of Hokey Pokey #BA852F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 12.84%

R = 50.82%
G = 36.34%
B = 12.84%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#BA852F (or 0xBA852F) is known color: Hokey Pokey. HEX triplet: BA, 85 and 2F. RGB value is (186,133,47). Sum of RGB (Red+Green+Blue) = 186+133+47=366 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.82% from 366); Green value is 133 (52.34% from 255 or 36.34% from 366); Blue value is 47 (18.75% from 255 or 12.84% from 366); Max value from RGB is 186 - color contains mainly: red. Hex color #BA852F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA852F is #457AD0. Grayscale: #8B8B8B. Windows color (decimal): -4553425 or 3114426. OLE color: 3114426.

HSL color Cylindrical-coordinate representation of color #BA852F: hue angle of 37.12º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA852F is Cyan = 0, Magento = 0.28, Yellow = 0.75 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 133 47 -
CMYK 0 0.28 0.75 0.27
HSL 37.12º 0.6% 0.46% -
HSV(B) 37.12º 0.75% 0.73% -
XYZ 29.15 27.42 6.45 -
YUV 139.04 76.06 161.49 -
System Red Green Blue C M Y K H S L
Decimal 186 133 47 0 0.28 0.75 0.27 37.12 0.6 0.46
Hex BA 85 2F 0 1C 4B 1B 25 3C 2E
Octal 272 205 57 0 34 113 33 45 74 56
Binary 10111010 10000101 101111 0 11100 1001011 11011 100101 111100 101110

Color Harmonies of #BA852F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA852F

Black with #BA852F

Text Example


Text Example

White with #BA852F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA852F; }

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

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

background-color css

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

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

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

border-color css

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

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

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