Html Css Color HEX #BA9735 Hokey Pokey

📋 copy color: '#BA9735'

red 186 ◦ green 151 ◦ blue 53

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

Shades of Hokey Pokey #BA9735

Tints of Hokey Pokey #BA9735

RGB

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

 GREEN value IS 151 (59.38% from 255) = 38.72%

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

R = 47.69%
G = 38.72%
B = 13.59%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BA9735 (or 0xBA9735) is known color: Hokey Pokey. HEX triplet: BA, 97 and 35. RGB value is (186,151,53). Sum of RGB (Red+Green+Blue) = 186+151+53=390 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.69% from 390); Green value is 151 (59.38% from 255 or 38.72% from 390); Blue value is 53 (21.09% from 255 or 13.59% from 390); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9735 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9735 is #4568CA. Grayscale: #969696. Windows color (decimal): -4548811 or 3512250. OLE color: 3512250.

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

Color convert

RGB 186 151 53 -
CMYK 0 0.19 0.72 0.27
HSL 44.21º 0.56% 0.47% -
HSV(B) 44.21º 0.72% 0.73% -
XYZ 31.96 32.83 8.02 -
YUV 150.29 73.1 153.47 -
System Red Green Blue C M Y K H S L
Decimal 186 151 53 0 0.19 0.72 0.27 44.21 0.56 0.47
Hex BA 97 35 0 13 48 1B 2C 38 2F
Octal 272 227 65 0 23 110 33 54 70 57
Binary 10111010 10010111 110101 0 10011 1001000 11011 101100 111000 101111

Color Harmonies of #BA9735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9735

Black with #BA9735

Text Example


Text Example

White with #BA9735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9735; }

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

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

background-color css

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

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

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

border-color css

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

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

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