Html Css Color HEX #B58E35 Hokey Pokey

📋 copy color: '#B58E35'

red 181 ◦ green 142 ◦ blue 53

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

Shades of Hokey Pokey #B58E35

Tints of Hokey Pokey #B58E35

RGB

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

 GREEN value IS 142 (55.86% from 255) = 37.77%

 BLUE value IS 53 (21.09% from 255) = 14.1%

R = 48.14%
G = 37.77%
B = 14.1%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.71

 K value IS 0.29

RGB Variations

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

Color information

#B58E35 (or 0xB58E35) is known color: Hokey Pokey. HEX triplet: B5, 8E and 35. RGB value is (181,142,53). Sum of RGB (Red+Green+Blue) = 181+142+53=376 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.14% from 376); Green value is 142 (55.86% from 255 or 37.77% from 376); Blue value is 53 (21.09% from 255 or 14.10% from 376); Max value from RGB is 181 - color contains mainly: red. Hex color #B58E35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58E35 is #4A71CA. Grayscale: #8F8F8F. Windows color (decimal): -4878795 or 3509941. OLE color: 3509941.

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

Color convert

RGB 181 142 53 -
CMYK 0 0.22 0.71 0.29
HSL 41.72º 0.55% 0.46% -
HSV(B) 41.72º 0.71% 0.71% -
XYZ 29.37 29.43 7.5 -
YUV 143.52 76.92 154.74 -
System Red Green Blue C M Y K H S L
Decimal 181 142 53 0 0.22 0.71 0.29 41.72 0.55 0.46
Hex B5 8E 35 0 16 47 1D 2A 37 2E
Octal 265 216 65 0 26 107 35 52 67 56
Binary 10110101 10001110 110101 0 10110 1000111 11101 101010 110111 101110

Color Harmonies of #B58E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58E35

Black with #B58E35

Text Example


Text Example

White with #B58E35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58E35; }

 p { color: rgb(181,142,53); }

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

background-color css

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

 a { background-color: rgb(181,142,53); }

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

border-color css

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

 span { border-color: rgb(181,142,53); }

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