Html Css Color HEX #B58A34 Hokey Pokey

📋 copy color: '#B58A34'

red 181 ◦ green 138 ◦ blue 52

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

Shades of Hokey Pokey #B58A34

Tints of Hokey Pokey #B58A34

RGB

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

 GREEN value IS 138 (54.3% from 255) = 37.2%

 BLUE value IS 52 (20.7% from 255) = 14.02%

R = 48.79%
G = 37.2%
B = 14.02%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.71

 K value IS 0.29

RGB Variations

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

Color information

#B58A34 (or 0xB58A34) is known color: Hokey Pokey. HEX triplet: B5, 8A and 34. RGB value is (181,138,52). Sum of RGB (Red+Green+Blue) = 181+138+52=371 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.79% from 371); Green value is 138 (54.30% from 255 or 37.20% from 371); Blue value is 52 (20.70% from 255 or 14.02% from 371); Max value from RGB is 181 - color contains mainly: red. Hex color #B58A34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58A34 is #4A75CB. Grayscale: #8D8D8D. Windows color (decimal): -4879820 or 3443381. OLE color: 3443381.

HSL color Cylindrical-coordinate representation of color #B58A34: hue angle of 40º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B58A34 is Cyan = 0, Magento = 0.24, Yellow = 0.71 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 138 52 -
CMYK 0 0.24 0.71 0.29
HSL 40º 0.55% 0.46% -
HSV(B) 40º 0.71% 0.71% -
XYZ 28.76 28.25 7.19 -
YUV 141.05 77.75 156.49 -
System Red Green Blue C M Y K H S L
Decimal 181 138 52 0 0.24 0.71 0.29 40 0.55 0.46
Hex B5 8A 34 0 18 47 1D 28 37 2E
Octal 265 212 64 0 30 107 35 50 67 56
Binary 10110101 10001010 110100 0 11000 1000111 11101 101000 110111 101110

Color Harmonies of #B58A34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58A34

Black with #B58A34

Text Example


Text Example

White with #B58A34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58A34; }

 p { color: rgb(181,138,52); }

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

background-color css

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

 a { background-color: rgb(181,138,52); }

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

border-color css

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

 span { border-color: rgb(181,138,52); }

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