Html Css Color HEX #B99532 Hokey Pokey

📋 copy color: '#B99532'

red 185 ◦ green 149 ◦ blue 50

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

Shades of Hokey Pokey #B99532

Tints of Hokey Pokey #B99532

RGB

 RED value IS 185 (72.66% from 255) = 48.18%

 GREEN value IS 149 (58.59% from 255) = 38.8%

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

R = 48.18%
G = 38.8%
B = 13.02%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#B99532 (or 0xB99532) is known color: Hokey Pokey. HEX triplet: B9, 95 and 32. RGB value is (185,149,50). Sum of RGB (Red+Green+Blue) = 185+149+50=384 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.18% from 384); Green value is 149 (58.59% from 255 or 38.80% from 384); Blue value is 50 (19.92% from 255 or 13.02% from 384); Max value from RGB is 185 - color contains mainly: red. Hex color #B99532 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99532 is #466ACD. Grayscale: #949494. Windows color (decimal): -4614862 or 3315129. OLE color: 3315129.

HSL color Cylindrical-coordinate representation of color #B99532: hue angle of 44º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B99532 is Cyan = 0, Magento = 0.19, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 149 50 -
CMYK 0 0.19 0.73 0.27
HSL 44º 0.57% 0.46% -
HSV(B) 44º 0.73% 0.73% -
XYZ 31.33 32.04 7.55 -
YUV 148.48 72.43 154.05 -
System Red Green Blue C M Y K H S L
Decimal 185 149 50 0 0.19 0.73 0.27 44 0.57 0.46
Hex B9 95 32 0 13 49 1B 2C 39 2E
Octal 271 225 62 0 23 111 33 54 71 56
Binary 10111001 10010101 110010 0 10011 1001001 11011 101100 111001 101110

Color Harmonies of #B99532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99532

Black with #B99532

Text Example


Text Example

White with #B99532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99532; }

 p { color: rgb(185,149,50); }

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

background-color css

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

 a { background-color: rgb(185,149,50); }

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

border-color css

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

 span { border-color: rgb(185,149,50); }

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