Html Css Color HEX #B98E31 Hokey Pokey

📋 copy color: '#B98E31'

red 185 ◦ green 142 ◦ blue 49

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

Shades of Hokey Pokey #B98E31

Tints of Hokey Pokey #B98E31

RGB

 RED value IS 185 (72.66% from 255) = 49.2%

 GREEN value IS 142 (55.86% from 255) = 37.77%

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

R = 49.2%
G = 37.77%
B = 13.03%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#B98E31 (or 0xB98E31) is known color: Hokey Pokey. HEX triplet: B9, 8E and 31. RGB value is (185,142,49). Sum of RGB (Red+Green+Blue) = 185+142+49=376 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.20% from 376); Green value is 142 (55.86% from 255 or 37.77% from 376); Blue value is 49 (19.53% from 255 or 13.03% from 376); Max value from RGB is 185 - color contains mainly: red. Hex color #B98E31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98E31 is #4671CE. Grayscale: #909090. Windows color (decimal): -4616655 or 3247801. OLE color: 3247801.

HSL color Cylindrical-coordinate representation of color #B98E31: hue angle of 41.03º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B98E31 is Cyan = 0, Magento = 0.23, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 142 49 -
CMYK 0 0.23 0.74 0.27
HSL 41.03º 0.58% 0.46% -
HSV(B) 41.03º 0.74% 0.73% -
XYZ 30.23 29.88 7.08 -
YUV 144.26 74.25 157.06 -
System Red Green Blue C M Y K H S L
Decimal 185 142 49 0 0.23 0.74 0.27 41.03 0.58 0.46
Hex B9 8E 31 0 17 4A 1B 29 3A 2E
Octal 271 216 61 0 27 112 33 51 72 56
Binary 10111001 10001110 110001 0 10111 1001010 11011 101001 111010 101110

Color Harmonies of #B98E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98E31

Black with #B98E31

Text Example


Text Example

White with #B98E31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98E31; }

 p { color: rgb(185,142,49); }

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

background-color css

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

 a { background-color: rgb(185,142,49); }

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

border-color css

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

 span { border-color: rgb(185,142,49); }

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