Html Css Color HEX #B58D32 Hokey Pokey

📋 copy color: '#B58D32'

red 181 ◦ green 141 ◦ blue 50

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

Shades of Hokey Pokey #B58D32

Tints of Hokey Pokey #B58D32

RGB

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

 GREEN value IS 141 (55.47% from 255) = 37.9%

 BLUE value IS 50 (19.92% from 255) = 13.44%

R = 48.66%
G = 37.9%
B = 13.44%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.72

 K value IS 0.29

RGB Variations

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

Color information

#B58D32 (or 0xB58D32) is known color: Hokey Pokey. HEX triplet: B5, 8D and 32. RGB value is (181,141,50). Sum of RGB (Red+Green+Blue) = 181+141+50=372 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.66% from 372); Green value is 141 (55.47% from 255 or 37.90% from 372); Blue value is 50 (19.92% from 255 or 13.44% from 372); Max value from RGB is 181 - color contains mainly: red. Hex color #B58D32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58D32 is #4A72CD. Grayscale: #8E8E8E. Windows color (decimal): -4879054 or 3313077. OLE color: 3313077.

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

Color convert

RGB 181 141 50 -
CMYK 0 0.22 0.72 0.29
HSL 41.68º 0.57% 0.45% -
HSV(B) 41.68º 0.72% 0.71% -
XYZ 29.16 29.1 7.1 -
YUV 142.59 75.75 155.4 -
System Red Green Blue C M Y K H S L
Decimal 181 141 50 0 0.22 0.72 0.29 41.68 0.57 0.45
Hex B5 8D 32 0 16 48 1D 2A 39 2D
Octal 265 215 62 0 26 110 35 52 71 55
Binary 10110101 10001101 110010 0 10110 1001000 11101 101010 111001 101101

Color Harmonies of #B58D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58D32

Black with #B58D32

Text Example


Text Example

White with #B58D32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58D32; }

 p { color: rgb(181,141,50); }

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

background-color css

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

 a { background-color: rgb(181,141,50); }

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

border-color css

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

 span { border-color: rgb(181,141,50); }

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