Html Css Color HEX #B49032 Hokey Pokey

📋 copy color: '#B49032'

red 180 ◦ green 144 ◦ blue 50

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

Shades of Hokey Pokey #B49032

Tints of Hokey Pokey #B49032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 13.37%

R = 48.13%
G = 38.5%
B = 13.37%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.72

 K value IS 0.29

RGB Variations

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

Color information

#B49032 (or 0xB49032) is known color: Hokey Pokey. HEX triplet: B4, 90 and 32. RGB value is (180,144,50). Sum of RGB (Red+Green+Blue) = 180+144+50=374 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.13% from 374); Green value is 144 (56.64% from 255 or 38.50% from 374); Blue value is 50 (19.92% from 255 or 13.37% from 374); Max value from RGB is 180 - color contains mainly: red. Hex color #B49032 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49032 is #4B6FCD. Grayscale: #909090. Windows color (decimal): -4943822 or 3313844. OLE color: 3313844.

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

Color convert

RGB 180 144 50 -
CMYK 0 0.2 0.72 0.29
HSL 43.38º 0.57% 0.45% -
HSV(B) 43.38º 0.72% 0.71% -
XYZ 29.37 29.88 7.24 -
YUV 144.05 74.93 153.64 -
System Red Green Blue C M Y K H S L
Decimal 180 144 50 0 0.2 0.72 0.29 43.38 0.57 0.45
Hex B4 90 32 0 14 48 1D 2B 39 2D
Octal 264 220 62 0 24 110 35 53 71 55
Binary 10110100 10010000 110010 0 10100 1001000 11101 101011 111001 101101

Color Harmonies of #B49032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49032

Black with #B49032

Text Example


Text Example

White with #B49032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49032; }

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

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

background-color css

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

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

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

border-color css

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

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

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