Html Css Color HEX #B49136 Hokey Pokey

📋 copy color: '#B49136'

red 180 ◦ green 145 ◦ blue 54

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

Shades of Hokey Pokey #B49136

Tints of Hokey Pokey #B49136

RGB

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

 GREEN value IS 145 (57.03% from 255) = 38.26%

 BLUE value IS 54 (21.48% from 255) = 14.25%

R = 47.49%
G = 38.26%
B = 14.25%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.7

 K value IS 0.29

RGB Variations

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

Color information

#B49136 (or 0xB49136) is known color: Hokey Pokey. HEX triplet: B4, 91 and 36. RGB value is (180,145,54). Sum of RGB (Red+Green+Blue) = 180+145+54=379 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.49% from 379); Green value is 145 (57.03% from 255 or 38.26% from 379); Blue value is 54 (21.48% from 255 or 14.25% from 379); Max value from RGB is 180 - color contains mainly: red. Hex color #B49136 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49136 is #4B6EC9. Grayscale: #919191. Windows color (decimal): -4943562 or 3576244. OLE color: 3576244.

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

Color convert

RGB 180 145 54 -
CMYK 0 0.19 0.7 0.29
HSL 43.33º 0.54% 0.46% -
HSV(B) 43.33º 0.7% 0.71% -
XYZ 29.61 30.22 7.76 -
YUV 145.09 76.6 152.9 -
System Red Green Blue C M Y K H S L
Decimal 180 145 54 0 0.19 0.7 0.29 43.33 0.54 0.46
Hex B4 91 36 0 13 46 1D 2B 36 2E
Octal 264 221 66 0 23 106 35 53 66 56
Binary 10110100 10010001 110110 0 10011 1000110 11101 101011 110110 101110

Color Harmonies of #B49136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49136

Black with #B49136

Text Example


Text Example

White with #B49136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49136; }

 p { color: rgb(180,145,54); }

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

background-color css

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

 a { background-color: rgb(180,145,54); }

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

border-color css

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

 span { border-color: rgb(180,145,54); }

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