Html Css Color HEX #B58531 Hokey Pokey

📋 copy color: '#B58531'

red 181 ◦ green 133 ◦ blue 49

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

Shades of Hokey Pokey #B58531

Tints of Hokey Pokey #B58531

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.64%

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

R = 49.86%
G = 36.64%
B = 13.5%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B58531 (or 0xB58531) is known color: Hokey Pokey. HEX triplet: B5, 85 and 31. RGB value is (181,133,49). Sum of RGB (Red+Green+Blue) = 181+133+49=363 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.86% from 363); Green value is 133 (52.34% from 255 or 36.64% from 363); Blue value is 49 (19.53% from 255 or 13.50% from 363); Max value from RGB is 181 - color contains mainly: red. Hex color #B58531 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58531 is #4A7ACE. Grayscale: #8A8A8A. Windows color (decimal): -4881103 or 3245493. OLE color: 3245493.

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

Color convert

RGB 181 133 49 -
CMYK 0 0.27 0.73 0.29
HSL 38.18º 0.57% 0.45% -
HSV(B) 38.18º 0.73% 0.71% -
XYZ 28 26.82 6.61 -
YUV 137.78 77.9 158.83 -
System Red Green Blue C M Y K H S L
Decimal 181 133 49 0 0.27 0.73 0.29 38.18 0.57 0.45
Hex B5 85 31 0 1B 49 1D 26 39 2D
Octal 265 205 61 0 33 111 35 46 71 55
Binary 10110101 10000101 110001 0 11011 1001001 11101 100110 111001 101101

Color Harmonies of #B58531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58531

Black with #B58531

Text Example


Text Example

White with #B58531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58531; }

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

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

background-color css

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

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

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

border-color css

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

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

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