Html Css Color HEX #B39130 Hokey Pokey

📋 copy color: '#B39130'

red 179 ◦ green 145 ◦ blue 48

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

Shades of Hokey Pokey #B39130

Tints of Hokey Pokey #B39130

RGB

 RED value IS 179 (70.31% from 255) = 48.12%

 GREEN value IS 145 (57.03% from 255) = 38.98%

 BLUE value IS 48 (19.14% from 255) = 12.9%

R = 48.12%
G = 38.98%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.73

 K value IS 0.30

RGB Variations

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

Color information

#B39130 (or 0xB39130) is known color: Hokey Pokey. HEX triplet: B3, 91 and 30. RGB value is (179,145,48). Sum of RGB (Red+Green+Blue) = 179+145+48=372 (49% of max value = 765). Red value is 179 (70.31% from 255 or 48.12% from 372); Green value is 145 (57.03% from 255 or 38.98% from 372); Blue value is 48 (19.14% from 255 or 12.90% from 372); Max value from RGB is 179 - color contains mainly: red. Hex color #B39130 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B39130 is #4C6ECF. Grayscale: #909090. Windows color (decimal): -5009104 or 3183027. OLE color: 3183027.

HSL color Cylindrical-coordinate representation of color #B39130: hue angle of 44.43º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B39130 is Cyan = 0, Magento = 0.19, Yellow = 0.73 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 145 48 -
CMYK 0 0.19 0.73 0.30
HSL 44.43º 0.58% 0.45% -
HSV(B) 44.43º 0.73% 0.7% -
XYZ 29.25 30.05 7.05 -
YUV 144.11 73.76 152.89 -
System Red Green Blue C M Y K H S L
Decimal 179 145 48 0 0.19 0.73 0.30 44.43 0.58 0.45
Hex B3 91 30 0 13 49 1E 2C 3A 2D
Octal 263 221 60 0 23 111 36 54 72 55
Binary 10110011 10010001 110000 0 10011 1001001 11110 101100 111010 101101

Color Harmonies of #B39130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39130

Black with #B39130

Text Example


Text Example

White with #B39130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39130; }

 p { color: rgb(179,145,48); }

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

background-color css

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

 a { background-color: rgb(179,145,48); }

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

border-color css

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

 span { border-color: rgb(179,145,48); }

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