Html Css Color HEX #B58E2E Hokey Pokey

📋 copy color: '#B58E2E'

red 181 ◦ green 142 ◦ blue 46

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

Shades of Hokey Pokey #B58E2E

Tints of Hokey Pokey #B58E2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 12.47%

R = 49.05%
G = 38.48%
B = 12.47%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.75

 K value IS 0.29

RGB Variations

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

Color information

#B58E2E (or 0xB58E2E) is known color: Hokey Pokey. HEX triplet: B5, 8E and 2E. RGB value is (181,142,46). Sum of RGB (Red+Green+Blue) = 181+142+46=369 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.05% from 369); Green value is 142 (55.86% from 255 or 38.48% from 369); Blue value is 46 (18.36% from 255 or 12.47% from 369); Max value from RGB is 181 - color contains mainly: red. Hex color #B58E2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58E2E is #4A71D1. Grayscale: #8F8F8F. Windows color (decimal): -4878802 or 3051189. OLE color: 3051189.

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

Color convert

RGB 181 142 46 -
CMYK 0 0.22 0.75 0.29
HSL 42.67º 0.59% 0.45% -
HSV(B) 42.67º 0.75% 0.71% -
XYZ 29.22 29.37 6.71 -
YUV 142.72 73.42 155.31 -
System Red Green Blue C M Y K H S L
Decimal 181 142 46 0 0.22 0.75 0.29 42.67 0.59 0.45
Hex B5 8E 2E 0 16 4B 1D 2B 3B 2D
Octal 265 216 56 0 26 113 35 53 73 55
Binary 10110101 10001110 101110 0 10110 1001011 11101 101011 111011 101101

Color Harmonies of #B58E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58E2E

Black with #B58E2E

Text Example


Text Example

White with #B58E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58E2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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