Html Css Color HEX #B99339 Hokey Pokey

📋 copy color: '#B99339'

red 185 ◦ green 147 ◦ blue 57

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

Shades of Hokey Pokey #B99339

Tints of Hokey Pokey #B99339

RGB

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

 GREEN value IS 147 (57.81% from 255) = 37.79%

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

R = 47.56%
G = 37.79%
B = 14.65%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#B99339 (or 0xB99339) is known color: Hokey Pokey. HEX triplet: B9, 93 and 39. RGB value is (185,147,57). Sum of RGB (Red+Green+Blue) = 185+147+57=389 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.56% from 389); Green value is 147 (57.81% from 255 or 37.79% from 389); Blue value is 57 (22.66% from 255 or 14.65% from 389); Max value from RGB is 185 - color contains mainly: red. Hex color #B99339 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99339 is #466CC6. Grayscale: #949494. Windows color (decimal): -4615367 or 3773369. OLE color: 3773369.

HSL color Cylindrical-coordinate representation of color #B99339: hue angle of 42.19º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B99339 is Cyan = 0, Magento = 0.21, Yellow = 0.69 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 147 57 -
CMYK 0 0.21 0.69 0.27
HSL 42.19º 0.53% 0.47% -
HSV(B) 42.19º 0.69% 0.73% -
XYZ 31.18 31.48 8.3 -
YUV 148.1 76.59 154.32 -
System Red Green Blue C M Y K H S L
Decimal 185 147 57 0 0.21 0.69 0.27 42.19 0.53 0.47
Hex B9 93 39 0 15 45 1B 2A 35 2F
Octal 271 223 71 0 25 105 33 52 65 57
Binary 10111001 10010011 111001 0 10101 1000101 11011 101010 110101 101111

Color Harmonies of #B99339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99339

Black with #B99339

Text Example


Text Example

White with #B99339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99339; }

 p { color: rgb(185,147,57); }

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

background-color css

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

 a { background-color: rgb(185,147,57); }

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

border-color css

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

 span { border-color: rgb(185,147,57); }

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