Html Css Color HEX #B99131 Hokey Pokey

📋 copy color: '#B99131'

red 185 ◦ green 145 ◦ blue 49

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

Shades of Hokey Pokey #B99131

Tints of Hokey Pokey #B99131

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 12.93%

R = 48.81%
G = 38.26%
B = 12.93%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#B99131 (or 0xB99131) is known color: Hokey Pokey. HEX triplet: B9, 91 and 31. RGB value is (185,145,49). Sum of RGB (Red+Green+Blue) = 185+145+49=379 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.81% from 379); Green value is 145 (57.03% from 255 or 38.26% from 379); Blue value is 49 (19.53% from 255 or 12.93% from 379); Max value from RGB is 185 - color contains mainly: red. Hex color #B99131 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99131 is #466ECE. Grayscale: #929292. Windows color (decimal): -4615887 or 3248569. OLE color: 3248569.

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

Color convert

RGB 185 145 49 -
CMYK 0 0.22 0.74 0.27
HSL 42.35º 0.58% 0.46% -
HSV(B) 42.35º 0.74% 0.73% -
XYZ 30.69 30.79 7.23 -
YUV 146.02 73.25 155.81 -
System Red Green Blue C M Y K H S L
Decimal 185 145 49 0 0.22 0.74 0.27 42.35 0.58 0.46
Hex B9 91 31 0 16 4A 1B 2A 3A 2E
Octal 271 221 61 0 26 112 33 52 72 56
Binary 10111001 10010001 110001 0 10110 1001010 11011 101010 111010 101110

Color Harmonies of #B99131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99131

Black with #B99131

Text Example


Text Example

White with #B99131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99131; }

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

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

background-color css

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

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

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

border-color css

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

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

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