Html Css Color HEX #B99139 Hokey Pokey

📋 copy color: '#B99139'

red 185 ◦ green 145 ◦ blue 57

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

Shades of Hokey Pokey #B99139

Tints of Hokey Pokey #B99139

RGB

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

 GREEN value IS 145 (57.03% from 255) = 37.47%

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

R = 47.8%
G = 37.47%
B = 14.73%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#B99139 (or 0xB99139) is known color: Hokey Pokey. HEX triplet: B9, 91 and 39. RGB value is (185,145,57). Sum of RGB (Red+Green+Blue) = 185+145+57=387 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.80% from 387); Green value is 145 (57.03% from 255 or 37.47% from 387); Blue value is 57 (22.66% from 255 or 14.73% from 387); Max value from RGB is 185 - color contains mainly: red. Hex color #B99139 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99139 is #466EC6. Grayscale: #939393. Windows color (decimal): -4615879 or 3772857. OLE color: 3772857.

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

Color convert

RGB 185 145 57 -
CMYK 0 0.22 0.69 0.27
HSL 41.25º 0.53% 0.47% -
HSV(B) 41.25º 0.69% 0.73% -
XYZ 30.87 30.86 8.2 -
YUV 146.93 77.25 155.16 -
System Red Green Blue C M Y K H S L
Decimal 185 145 57 0 0.22 0.69 0.27 41.25 0.53 0.47
Hex B9 91 39 0 16 45 1B 29 35 2F
Octal 271 221 71 0 26 105 33 51 65 57
Binary 10111001 10010001 111001 0 10110 1000101 11011 101001 110101 101111

Color Harmonies of #B99139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99139

Black with #B99139

Text Example


Text Example

White with #B99139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99139; }

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

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

background-color css

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

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

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

border-color css

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

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

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