Html Css Color HEX #B99338 Hokey Pokey

📋 copy color: '#B99338'

red 185 ◦ green 147 ◦ blue 56

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

Shades of Hokey Pokey #B99338

Tints of Hokey Pokey #B99338

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 14.43%

R = 47.68%
G = 37.89%
B = 14.43%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#B99338 (or 0xB99338) is known color: Hokey Pokey. HEX triplet: B9, 93 and 38. RGB value is (185,147,56). Sum of RGB (Red+Green+Blue) = 185+147+56=388 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.68% from 388); Green value is 147 (57.81% from 255 or 37.89% from 388); Blue value is 56 (22.27% from 255 or 14.43% from 388); Max value from RGB is 185 - color contains mainly: red. Hex color #B99338 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99338 is #466CC7. Grayscale: #949494. Windows color (decimal): -4615368 or 3707833. OLE color: 3707833.

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

Color convert

RGB 185 147 56 -
CMYK 0 0.21 0.70 0.27
HSL 42.33º 0.54% 0.47% -
HSV(B) 42.33º 0.7% 0.73% -
XYZ 31.16 31.47 8.17 -
YUV 147.99 76.09 154.4 -
System Red Green Blue C M Y K H S L
Decimal 185 147 56 0 0.21 0.70 0.27 42.33 0.54 0.47
Hex B9 93 38 0 15 46 1B 2A 36 2F
Octal 271 223 70 0 25 106 33 52 66 57
Binary 10111001 10010011 111000 0 10101 1000110 11011 101010 110110 101111

Color Harmonies of #B99338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99338

Black with #B99338

Text Example


Text Example

White with #B99338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99338; }

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

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

background-color css

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

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

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

border-color css

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

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

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