Html Css Color HEX #B49432 Hokey Pokey

📋 copy color: '#B49432'

red 180 ◦ green 148 ◦ blue 50

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

Shades of Hokey Pokey #B49432

Tints of Hokey Pokey #B49432

RGB

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

 GREEN value IS 148 (58.2% from 255) = 39.15%

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

R = 47.62%
G = 39.15%
B = 13.23%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.72

 K value IS 0.29

RGB Variations

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

Color information

#B49432 (or 0xB49432) is known color: Hokey Pokey. HEX triplet: B4, 94 and 32. RGB value is (180,148,50). Sum of RGB (Red+Green+Blue) = 180+148+50=378 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.62% from 378); Green value is 148 (58.20% from 255 or 39.15% from 378); Blue value is 50 (19.92% from 255 or 13.23% from 378); Max value from RGB is 180 - color contains mainly: red. Hex color #B49432 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49432 is #4B6BCD. Grayscale: #929292. Windows color (decimal): -4942798 or 3314868. OLE color: 3314868.

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

Color convert

RGB 180 148 50 -
CMYK 0 0.18 0.72 0.29
HSL 45.23º 0.57% 0.45% -
HSV(B) 45.23º 0.72% 0.71% -
XYZ 29.99 31.11 7.44 -
YUV 146.4 73.6 151.97 -
System Red Green Blue C M Y K H S L
Decimal 180 148 50 0 0.18 0.72 0.29 45.23 0.57 0.45
Hex B4 94 32 0 12 48 1D 2D 39 2D
Octal 264 224 62 0 22 110 35 55 71 55
Binary 10110100 10010100 110010 0 10010 1001000 11101 101101 111001 101101

Color Harmonies of #B49432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49432

Black with #B49432

Text Example


Text Example

White with #B49432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49432; }

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

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

background-color css

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

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

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

border-color css

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

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

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