Html Css Color HEX #B49039 Hokey Pokey

📋 copy color: '#B49039'

red 180 ◦ green 144 ◦ blue 57

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

Shades of Hokey Pokey #B49039

Tints of Hokey Pokey #B49039

RGB

 RED value IS 180 (70.7% from 255) = 47.24%

 GREEN value IS 144 (56.64% from 255) = 37.8%

 BLUE value IS 57 (22.66% from 255) = 14.96%

R = 47.24%
G = 37.8%
B = 14.96%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.68

 K value IS 0.29

RGB Variations

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

Color information

#B49039 (or 0xB49039) is known color: Hokey Pokey. HEX triplet: B4, 90 and 39. RGB value is (180,144,57). Sum of RGB (Red+Green+Blue) = 180+144+57=381 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.24% from 381); Green value is 144 (56.64% from 255 or 37.80% from 381); Blue value is 57 (22.66% from 255 or 14.96% from 381); Max value from RGB is 180 - color contains mainly: red. Hex color #B49039 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49039 is #4B6FC6. Grayscale: #919191. Windows color (decimal): -4943815 or 3772596. OLE color: 3772596.

HSL color Cylindrical-coordinate representation of color #B49039: hue angle of 42.44º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B49039 is Cyan = 0, Magento = 0.2, Yellow = 0.68 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 144 57 -
CMYK 0 0.2 0.68 0.29
HSL 42.44º 0.52% 0.46% -
HSV(B) 42.44º 0.68% 0.71% -
XYZ 29.53 29.95 8.09 -
YUV 144.85 78.43 153.07 -
System Red Green Blue C M Y K H S L
Decimal 180 144 57 0 0.2 0.68 0.29 42.44 0.52 0.46
Hex B4 90 39 0 14 44 1D 2A 34 2E
Octal 264 220 71 0 24 104 35 52 64 56
Binary 10110100 10010000 111001 0 10100 1000100 11101 101010 110100 101110

Color Harmonies of #B49039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49039

Black with #B49039

Text Example


Text Example

White with #B49039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49039; }

 p { color: rgb(180,144,57); }

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

background-color css

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

 a { background-color: rgb(180,144,57); }

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

border-color css

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

 span { border-color: rgb(180,144,57); }

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