Html Css Color HEX #B58631 Hokey Pokey

📋 copy color: '#B58631'

red 181 ◦ green 134 ◦ blue 49

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

Shades of Hokey Pokey #B58631

Tints of Hokey Pokey #B58631

RGB

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

 GREEN value IS 134 (52.73% from 255) = 36.81%

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

R = 49.73%
G = 36.81%
B = 13.46%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B58631 (or 0xB58631) is known color: Hokey Pokey. HEX triplet: B5, 86 and 31. RGB value is (181,134,49). Sum of RGB (Red+Green+Blue) = 181+134+49=364 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.73% from 364); Green value is 134 (52.73% from 255 or 36.81% from 364); Blue value is 49 (19.53% from 255 or 13.46% from 364); Max value from RGB is 181 - color contains mainly: red. Hex color #B58631 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58631 is #4A79CE. Grayscale: #8A8A8A. Windows color (decimal): -4880847 or 3245749. OLE color: 3245749.

HSL color Cylindrical-coordinate representation of color #B58631: hue angle of 38.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 #B58631 is Cyan = 0, Magento = 0.26, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 134 49 -
CMYK 0 0.26 0.73 0.29
HSL 38.64º 0.57% 0.45% -
HSV(B) 38.64º 0.73% 0.71% -
XYZ 28.14 27.1 6.65 -
YUV 138.36 77.57 158.41 -
System Red Green Blue C M Y K H S L
Decimal 181 134 49 0 0.26 0.73 0.29 38.64 0.57 0.45
Hex B5 86 31 0 1A 49 1D 27 39 2D
Octal 265 206 61 0 32 111 35 47 71 55
Binary 10110101 10000110 110001 0 11010 1001001 11101 100111 111001 101101

Color Harmonies of #B58631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58631

Black with #B58631

Text Example


Text Example

White with #B58631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58631; }

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

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

background-color css

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

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

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

border-color css

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

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

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