Html Css Color HEX #B99031 Hokey Pokey

📋 copy color: '#B99031'

red 185 ◦ green 144 ◦ blue 49

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

Shades of Hokey Pokey #B99031

Tints of Hokey Pokey #B99031

RGB

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

 GREEN value IS 144 (56.64% from 255) = 38.1%

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

R = 48.94%
G = 38.1%
B = 12.96%

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

#B99031 (or 0xB99031) is known color: Hokey Pokey. HEX triplet: B9, 90 and 31. RGB value is (185,144,49). Sum of RGB (Red+Green+Blue) = 185+144+49=378 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.94% from 378); Green value is 144 (56.64% from 255 or 38.10% from 378); Blue value is 49 (19.53% from 255 or 12.96% from 378); Max value from RGB is 185 - color contains mainly: red. Hex color #B99031 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99031 is #466FCE. Grayscale: #919191. Windows color (decimal): -4616143 or 3248313. OLE color: 3248313.

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

Color convert

RGB 185 144 49 -
CMYK 0 0.22 0.74 0.27
HSL 41.91º 0.58% 0.46% -
HSV(B) 41.91º 0.74% 0.73% -
XYZ 30.54 30.48 7.18 -
YUV 145.43 73.58 156.22 -
System Red Green Blue C M Y K H S L
Decimal 185 144 49 0 0.22 0.74 0.27 41.91 0.58 0.46
Hex B9 90 31 0 16 4A 1B 2A 3A 2E
Octal 271 220 61 0 26 112 33 52 72 56
Binary 10111001 10010000 110001 0 10110 1001010 11011 101010 111010 101110

Color Harmonies of #B99031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99031

Black with #B99031

Text Example


Text Example

White with #B99031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99031; }

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

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

background-color css

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

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

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

border-color css

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

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

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