Html Css Color HEX #B38931 Hokey Pokey

📋 copy color: '#B38931'

red 179 ◦ green 137 ◦ blue 49

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

Shades of Hokey Pokey #B38931

Tints of Hokey Pokey #B38931

RGB

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

 GREEN value IS 137 (53.91% from 255) = 37.53%

 BLUE value IS 49 (19.53% from 255) = 13.42%

R = 49.04%
G = 37.53%
B = 13.42%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.73

 K value IS 0.30

RGB Variations

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

Color information

#B38931 (or 0xB38931) is known color: Hokey Pokey. HEX triplet: B3, 89 and 31. RGB value is (179,137,49). Sum of RGB (Red+Green+Blue) = 179+137+49=365 (48% of max value = 765). Red value is 179 (70.31% from 255 or 49.04% from 365); Green value is 137 (53.91% from 255 or 37.53% from 365); Blue value is 49 (19.53% from 255 or 13.42% from 365); Max value from RGB is 179 - color contains mainly: red. Hex color #B38931 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38931 is #4C76CE. Grayscale: #8B8B8B. Windows color (decimal): -5011151 or 3246515. OLE color: 3246515.

HSL color Cylindrical-coordinate representation of color #B38931: hue angle of 40.62º degrees, saturation: 0.57, 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 #B38931 is Cyan = 0, Magento = 0.23, Yellow = 0.73 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 137 49 -
CMYK 0 0.23 0.73 0.30
HSL 40.62º 0.57% 0.45% -
HSV(B) 40.62º 0.73% 0.7% -
XYZ 28.09 27.7 6.77 -
YUV 139.53 76.91 156.16 -
System Red Green Blue C M Y K H S L
Decimal 179 137 49 0 0.23 0.73 0.30 40.62 0.57 0.45
Hex B3 89 31 0 17 49 1E 29 39 2D
Octal 263 211 61 0 27 111 36 51 71 55
Binary 10110011 10001001 110001 0 10111 1001001 11110 101001 111001 101101

Color Harmonies of #B38931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38931

Black with #B38931

Text Example


Text Example

White with #B38931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38931; }

 p { color: rgb(179,137,49); }

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

background-color css

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

 a { background-color: rgb(179,137,49); }

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

border-color css

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

 span { border-color: rgb(179,137,49); }

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