Html Css Color HEX #B59434 Hokey Pokey

📋 copy color: '#B59434'

red 181 ◦ green 148 ◦ blue 52

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

Shades of Hokey Pokey #B59434

Tints of Hokey Pokey #B59434

RGB

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

 GREEN value IS 148 (58.2% from 255) = 38.85%

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

R = 47.51%
G = 38.85%
B = 13.65%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.71

 K value IS 0.29

RGB Variations

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

Color information

#B59434 (or 0xB59434) is known color: Hokey Pokey. HEX triplet: B5, 94 and 34. RGB value is (181,148,52). Sum of RGB (Red+Green+Blue) = 181+148+52=381 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.51% from 381); Green value is 148 (58.20% from 255 or 38.85% from 381); Blue value is 52 (20.70% from 255 or 13.65% from 381); Max value from RGB is 181 - color contains mainly: red. Hex color #B59434 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B59434 is #4A6BCB. Grayscale: #939393. Windows color (decimal): -4877260 or 3445941. OLE color: 3445941.

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

Color convert

RGB 181 148 52 -
CMYK 0 0.18 0.71 0.29
HSL 44.65º 0.55% 0.46% -
HSV(B) 44.65º 0.71% 0.71% -
XYZ 30.27 31.25 7.69 -
YUV 146.92 74.43 152.31 -
System Red Green Blue C M Y K H S L
Decimal 181 148 52 0 0.18 0.71 0.29 44.65 0.55 0.46
Hex B5 94 34 0 12 47 1D 2D 37 2E
Octal 265 224 64 0 22 107 35 55 67 56
Binary 10110101 10010100 110100 0 10010 1000111 11101 101101 110111 101110

Color Harmonies of #B59434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59434

Black with #B59434

Text Example


Text Example

White with #B59434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59434; }

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

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

background-color css

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

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

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

border-color css

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

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

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