Html Css Color HEX #B59432 Hokey Pokey

📋 copy color: '#B59432'

red 181 ◦ green 148 ◦ blue 50

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

Shades of Hokey Pokey #B59432

Tints of Hokey Pokey #B59432

RGB

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

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

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

R = 47.76%
G = 39.05%
B = 13.19%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.72

 K value IS 0.29

RGB Variations

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

Color information

#B59432 (or 0xB59432) is known color: Hokey Pokey. HEX triplet: B5, 94 and 32. RGB value is (181,148,50). Sum of RGB (Red+Green+Blue) = 181+148+50=379 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.76% from 379); Green value is 148 (58.20% from 255 or 39.05% from 379); Blue value is 50 (19.92% from 255 or 13.19% from 379); Max value from RGB is 181 - color contains mainly: red. Hex color #B59432 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B59432 is #4A6BCD. Grayscale: #939393. Windows color (decimal): -4877262 or 3314869. OLE color: 3314869.

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

Color convert

RGB 181 148 50 -
CMYK 0 0.18 0.72 0.29
HSL 44.89º 0.57% 0.45% -
HSV(B) 44.89º 0.72% 0.71% -
XYZ 30.22 31.23 7.45 -
YUV 146.7 73.43 152.47 -
System Red Green Blue C M Y K H S L
Decimal 181 148 50 0 0.18 0.72 0.29 44.89 0.57 0.45
Hex B5 94 32 0 12 48 1D 2D 39 2D
Octal 265 224 62 0 22 110 35 55 71 55
Binary 10110101 10010100 110010 0 10010 1001000 11101 101101 111001 101101

Color Harmonies of #B59432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59432

Black with #B59432

Text Example


Text Example

White with #B59432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59432; }

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

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

background-color css

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

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

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

border-color css

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

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

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