Html Css Color HEX #B88E32 Hokey Pokey

📋 copy color: '#B88E32'

red 184 ◦ green 142 ◦ blue 50

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

Shades of Hokey Pokey #B88E32

Tints of Hokey Pokey #B88E32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 13.3%

R = 48.94%
G = 37.77%
B = 13.3%

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

#B88E32 (or 0xB88E32) is known color: Hokey Pokey. HEX triplet: B8, 8E and 32. RGB value is (184,142,50). Sum of RGB (Red+Green+Blue) = 184+142+50=376 (49% of max value = 765). Red value is 184 (72.27% from 255 or 48.94% from 376); Green value is 142 (55.86% from 255 or 37.77% from 376); Blue value is 50 (19.92% from 255 or 13.30% from 376); Max value from RGB is 184 - color contains mainly: red. Hex color #B88E32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B88E32 is #4771CD. Grayscale: #909090. Windows color (decimal): -4682190 or 3313336. OLE color: 3313336.

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

Color convert

RGB 184 142 50 -
CMYK 0 0.23 0.73 0.28
HSL 41.19º 0.57% 0.46% -
HSV(B) 41.19º 0.73% 0.72% -
XYZ 30.02 29.77 7.18 -
YUV 144.07 74.91 156.48 -
System Red Green Blue C M Y K H S L
Decimal 184 142 50 0 0.23 0.73 0.28 41.19 0.57 0.46
Hex B8 8E 32 0 17 49 1C 29 39 2E
Octal 270 216 62 0 27 111 34 51 71 56
Binary 10111000 10001110 110010 0 10111 1001001 11100 101001 111001 101110

Color Harmonies of #B88E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88E32

Black with #B88E32

Text Example


Text Example

White with #B88E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88E32; }

 p { color: rgb(184,142,50); }

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

background-color css

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

 a { background-color: rgb(184,142,50); }

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

border-color css

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

 span { border-color: rgb(184,142,50); }

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