Html Css Color HEX #B99239 Hokey Pokey

📋 copy color: '#B99239'

red 185 ◦ green 146 ◦ blue 57

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

Shades of Hokey Pokey #B99239

Tints of Hokey Pokey #B99239

RGB

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

 GREEN value IS 146 (57.42% from 255) = 37.63%

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

R = 47.68%
G = 37.63%
B = 14.69%

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

#B99239 (or 0xB99239) is known color: Hokey Pokey. HEX triplet: B9, 92 and 39. RGB value is (185,146,57). Sum of RGB (Red+Green+Blue) = 185+146+57=388 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.68% from 388); Green value is 146 (57.42% from 255 or 37.63% from 388); Blue value is 57 (22.66% from 255 or 14.69% from 388); Max value from RGB is 185 - color contains mainly: red. Hex color #B99239 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99239 is #466DC6. Grayscale: #939393. Windows color (decimal): -4615623 or 3773113. OLE color: 3773113.

HSL color Cylindrical-coordinate representation of color #B99239: hue angle of 41.72º 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 #B99239 is Cyan = 0, Magento = 0.21, Yellow = 0.69 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 146 57 -
CMYK 0 0.21 0.69 0.27
HSL 41.72º 0.53% 0.47% -
HSV(B) 41.72º 0.69% 0.73% -
XYZ 31.02 31.17 8.25 -
YUV 147.52 76.92 154.74 -
System Red Green Blue C M Y K H S L
Decimal 185 146 57 0 0.21 0.69 0.27 41.72 0.53 0.47
Hex B9 92 39 0 15 45 1B 2A 35 2F
Octal 271 222 71 0 25 105 33 52 65 57
Binary 10111001 10010010 111001 0 10101 1000101 11011 101010 110101 101111

Color Harmonies of #B99239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99239

Black with #B99239

Text Example


Text Example

White with #B99239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99239; }

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

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

background-color css

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

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

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

border-color css

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

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

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