Html Css Color HEX #B59131 Hokey Pokey

📋 copy color: '#B59131'

red 181 ◦ green 145 ◦ blue 49

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

Shades of Hokey Pokey #B59131

Tints of Hokey Pokey #B59131

RGB

 RED value IS 181 (71.09% from 255) = 48.27%

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

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

R = 48.27%
G = 38.67%
B = 13.07%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B59131 (or 0xB59131) is known color: Hokey Pokey. HEX triplet: B5, 91 and 31. RGB value is (181,145,49). Sum of RGB (Red+Green+Blue) = 181+145+49=375 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.27% from 375); Green value is 145 (57.03% from 255 or 38.67% from 375); Blue value is 49 (19.53% from 255 or 13.07% from 375); Max value from RGB is 181 - color contains mainly: red. Hex color #B59131 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B59131 is #4A6ECE. Grayscale: #919191. Windows color (decimal): -4878031 or 3248565. OLE color: 3248565.

HSL color Cylindrical-coordinate representation of color #B59131: hue angle of 43.64º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B59131 is Cyan = 0, Magento = 0.20, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 145 49 -
CMYK 0 0.20 0.73 0.29
HSL 43.64º 0.57% 0.45% -
HSV(B) 43.64º 0.73% 0.71% -
XYZ 29.74 30.3 7.19 -
YUV 144.82 73.93 153.81 -
System Red Green Blue C M Y K H S L
Decimal 181 145 49 0 0.20 0.73 0.29 43.64 0.57 0.45
Hex B5 91 31 0 14 49 1D 2C 39 2D
Octal 265 221 61 0 24 111 35 54 71 55
Binary 10110101 10010001 110001 0 10100 1001001 11101 101100 111001 101101

Color Harmonies of #B59131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59131

Black with #B59131

Text Example


Text Example

White with #B59131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59131; }

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

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

background-color css

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

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

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

border-color css

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

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

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