#B88B33

Color #B88B33 Hokey Pokey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hokey Pokey #B88B33

Tints of Hokey Pokey #B88B33

Color information

#B88B33 (or 0xB88B33) is unknown color: approx Hokey Pokey. HEX triplet: B8, 8B and 33. RGB value is (184,139,51). Sum of RGB (Red+Green+Blue) = 184+139+51=374 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.20% from 374); Green value is 139 (54.69% from 255 or 37.17% from 374); Blue value is 51 (20.31% from 255 or 13.64% from 374); Max value from RGB is 184 - color contains mainly: red. Hex color #B88B33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B88B33 is #4774CC. Grayscale: #8E8E8E. Windows color (decimal): -4682957 or 3378104. OLE color: 3378104.

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

Color convert

RGB18413951-
CMYK00.240.720.28
HSL39.7º56.6%46.08%-
HSV(B)39.7º72.28%72.16%-
XYZ29.628.897.15-
YUV142.4276.41157.66-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 49.20%
GREEN value IS 139 (54.69% from 255) = 37.17%
BLUE value IS 51 (20.31% from 255) = 13.64%
R=49.20%
G=37.17%
B=13.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.72
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841395100.240.720.2839.756.646.08
HexB88B33018481C28392e
Octal2702136303011034507156
Binary1011100010001011110011011000100100011100101000111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88B33; }

 p { color: rgb(184,139,51); }

 H1.HeaderClassName
 {
   color: #B88B33;
 }
 .AnyTagClassName
 {
   color: #B88B33;
 }
</style>
background-color css

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

 a { background-color: rgb(184,139,51); }

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

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

 span { border-color: rgb(184,139,51); }

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