Html Css Color HEX #B38831 Hokey Pokey

📋 copy color: '#B38831'

red 179 ◦ green 136 ◦ blue 49

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

Shades of Hokey Pokey #B38831

Tints of Hokey Pokey #B38831

RGB

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

 GREEN value IS 136 (53.52% from 255) = 37.36%

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

R = 49.18%
G = 37.36%
B = 13.46%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.73

 K value IS 0.30

RGB Variations

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

Color information

#B38831 (or 0xB38831) is known color: Hokey Pokey. HEX triplet: B3, 88 and 31. RGB value is (179,136,49). Sum of RGB (Red+Green+Blue) = 179+136+49=364 (48% of max value = 765). Red value is 179 (70.31% from 255 or 49.18% from 364); Green value is 136 (53.52% from 255 or 37.36% from 364); Blue value is 49 (19.53% from 255 or 13.46% from 364); Max value from RGB is 179 - color contains mainly: red. Hex color #B38831 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38831 is #4C77CE. Grayscale: #8B8B8B. Windows color (decimal): -5011407 or 3246259. OLE color: 3246259.

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

Color convert

RGB 179 136 49 -
CMYK 0 0.24 0.73 0.30
HSL 40.15º 0.57% 0.45% -
HSV(B) 40.15º 0.73% 0.7% -
XYZ 27.95 27.41 6.72 -
YUV 138.94 77.25 156.57 -
System Red Green Blue C M Y K H S L
Decimal 179 136 49 0 0.24 0.73 0.30 40.15 0.57 0.45
Hex B3 88 31 0 18 49 1E 28 39 2D
Octal 263 210 61 0 30 111 36 50 71 55
Binary 10110011 10001000 110001 0 11000 1001001 11110 101000 111001 101101

Color Harmonies of #B38831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38831

Black with #B38831

Text Example


Text Example

White with #B38831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38831; }

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

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

background-color css

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

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

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

border-color css

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

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

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