Html Css Color HEX #B99334 Hokey Pokey

📋 copy color: '#B99334'

red 185 ◦ green 147 ◦ blue 52

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

Shades of Hokey Pokey #B99334

Tints of Hokey Pokey #B99334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 13.54%

R = 48.18%
G = 38.28%
B = 13.54%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#B99334 (or 0xB99334) is known color: Hokey Pokey. HEX triplet: B9, 93 and 34. RGB value is (185,147,52). Sum of RGB (Red+Green+Blue) = 185+147+52=384 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.18% from 384); Green value is 147 (57.81% from 255 or 38.28% from 384); Blue value is 52 (20.70% from 255 or 13.54% from 384); Max value from RGB is 185 - color contains mainly: red. Hex color #B99334 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99334 is #466CCB. Grayscale: #939393. Windows color (decimal): -4615372 or 3445689. OLE color: 3445689.

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

Color convert

RGB 185 147 52 -
CMYK 0 0.21 0.72 0.27
HSL 42.86º 0.56% 0.46% -
HSV(B) 42.86º 0.72% 0.73% -
XYZ 31.06 31.43 7.68 -
YUV 147.53 74.09 154.72 -
System Red Green Blue C M Y K H S L
Decimal 185 147 52 0 0.21 0.72 0.27 42.86 0.56 0.46
Hex B9 93 34 0 15 48 1B 2B 38 2E
Octal 271 223 64 0 25 110 33 53 70 56
Binary 10111001 10010011 110100 0 10101 1001000 11011 101011 111000 101110

Color Harmonies of #B99334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99334

Black with #B99334

Text Example


Text Example

White with #B99334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99334; }

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

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

background-color css

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

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

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

border-color css

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

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

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