Html Css Color HEX #B88D31 Hokey Pokey

📋 copy color: '#B88D31'

red 184 ◦ green 141 ◦ blue 49

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

Shades of Hokey Pokey #B88D31

Tints of Hokey Pokey #B88D31

RGB

 RED value IS 184 (72.27% from 255) = 49.2%

 GREEN value IS 141 (55.47% from 255) = 37.7%

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

R = 49.2%
G = 37.7%
B = 13.1%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.73

 K value IS 0.28

RGB Variations

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

Color information

#B88D31 (or 0xB88D31) is known color: Hokey Pokey. HEX triplet: B8, 8D and 31. RGB value is (184,141,49). Sum of RGB (Red+Green+Blue) = 184+141+49=374 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.20% from 374); Green value is 141 (55.47% from 255 or 37.70% from 374); Blue value is 49 (19.53% from 255 or 13.10% from 374); Max value from RGB is 184 - color contains mainly: red. Hex color #B88D31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B88D31 is #4772CE. Grayscale: #8F8F8F. Windows color (decimal): -4682447 or 3247544. OLE color: 3247544.

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

Color convert

RGB 184 141 49 -
CMYK 0 0.23 0.73 0.28
HSL 40.89º 0.58% 0.46% -
HSV(B) 40.89º 0.73% 0.72% -
XYZ 29.85 29.46 7.02 -
YUV 143.37 74.75 156.98 -
System Red Green Blue C M Y K H S L
Decimal 184 141 49 0 0.23 0.73 0.28 40.89 0.58 0.46
Hex B8 8D 31 0 17 49 1C 29 3A 2E
Octal 270 215 61 0 27 111 34 51 72 56
Binary 10111000 10001101 110001 0 10111 1001001 11100 101001 111010 101110

Color Harmonies of #B88D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88D31

Black with #B88D31

Text Example


Text Example

White with #B88D31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88D31; }

 p { color: rgb(184,141,49); }

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

background-color css

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

 a { background-color: rgb(184,141,49); }

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

border-color css

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

 span { border-color: rgb(184,141,49); }

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