Html Css Color HEX #B99336 Hokey Pokey

📋 copy color: '#B99336'

red 185 ◦ green 147 ◦ blue 54

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

Shades of Hokey Pokey #B99336

Tints of Hokey Pokey #B99336

RGB

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

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

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

R = 47.93%
G = 38.08%
B = 13.99%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#B99336 (or 0xB99336) is known color: Hokey Pokey. HEX triplet: B9, 93 and 36. RGB value is (185,147,54). Sum of RGB (Red+Green+Blue) = 185+147+54=386 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.93% from 386); Green value is 147 (57.81% from 255 or 38.08% from 386); Blue value is 54 (21.48% from 255 or 13.99% from 386); Max value from RGB is 185 - color contains mainly: red. Hex color #B99336 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99336 is #466CC9. Grayscale: #949494. Windows color (decimal): -4615370 or 3576761. OLE color: 3576761.

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

Color convert

RGB 185 147 54 -
CMYK 0 0.21 0.71 0.27
HSL 42.6º 0.55% 0.47% -
HSV(B) 42.6º 0.71% 0.73% -
XYZ 31.11 31.45 7.92 -
YUV 147.76 75.09 154.56 -
System Red Green Blue C M Y K H S L
Decimal 185 147 54 0 0.21 0.71 0.27 42.6 0.55 0.47
Hex B9 93 36 0 15 47 1B 2B 37 2F
Octal 271 223 66 0 25 107 33 53 67 57
Binary 10111001 10010011 110110 0 10101 1000111 11011 101011 110111 101111

Color Harmonies of #B99336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99336

Black with #B99336

Text Example


Text Example

White with #B99336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99336; }

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

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

background-color css

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

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

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

border-color css

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

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

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