Html Css Color HEX #B38F31 Hokey Pokey

📋 copy color: '#B38F31'

red 179 ◦ green 143 ◦ blue 49

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

Shades of Hokey Pokey #B38F31

Tints of Hokey Pokey #B38F31

RGB

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

 GREEN value IS 143 (56.25% from 255) = 38.54%

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

R = 48.25%
G = 38.54%
B = 13.21%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.73

 K value IS 0.30

RGB Variations

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

Color information

#B38F31 (or 0xB38F31) is known color: Hokey Pokey. HEX triplet: B3, 8F and 31. RGB value is (179,143,49). Sum of RGB (Red+Green+Blue) = 179+143+49=371 (49% of max value = 765). Red value is 179 (70.31% from 255 or 48.25% from 371); Green value is 143 (56.25% from 255 or 38.54% from 371); Blue value is 49 (19.53% from 255 or 13.21% from 371); Max value from RGB is 179 - color contains mainly: red. Hex color #B38F31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38F31 is #4C70CE. Grayscale: #8F8F8F. Windows color (decimal): -5009615 or 3248051. OLE color: 3248051.

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

Color convert

RGB 179 143 49 -
CMYK 0 0.20 0.73 0.30
HSL 43.38º 0.57% 0.45% -
HSV(B) 43.38º 0.73% 0.7% -
XYZ 28.97 29.45 7.06 -
YUV 143.05 74.93 153.64 -
System Red Green Blue C M Y K H S L
Decimal 179 143 49 0 0.20 0.73 0.30 43.38 0.57 0.45
Hex B3 8F 31 0 14 49 1E 2B 39 2D
Octal 263 217 61 0 24 111 36 53 71 55
Binary 10110011 10001111 110001 0 10100 1001001 11110 101011 111001 101101

Color Harmonies of #B38F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38F31

Black with #B38F31

Text Example


Text Example

White with #B38F31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38F31; }

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

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

background-color css

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

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

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

border-color css

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

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

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