#B88E34

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

Shades of Hokey Pokey #B88E34

Tints of Hokey Pokey #B88E34

Color information

#B88E34 (or 0xB88E34) is unknown color: approx Hokey Pokey. HEX triplet: B8, 8E and 34. RGB value is (184,142,52). Sum of RGB (Red+Green+Blue) = 184+142+52=378 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.68% from 378); Green value is 142 (55.86% from 255 or 37.57% from 378); Blue value is 52 (20.70% from 255 or 13.76% from 378); Max value from RGB is 184 - color contains mainly: red. Hex color #B88E34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B88E34 is #4771CB. Grayscale: #909090. Windows color (decimal): -4682188 or 3444408. OLE color: 3444408.

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

Color convert

RGB18414252-
CMYK00.230.720.28
HSL40.91º55.93%46.27%-
HSV(B)40.91º71.74%72.16%-
XYZ30.0629.787.41-
YUV144.375.91156.32-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 48.68%
GREEN value IS 142 (55.86% from 255) = 37.57%
BLUE value IS 52 (20.70% from 255) = 13.76%
R=48.68%
G=37.57%
B=13.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.72
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841425200.230.720.2840.9155.9346.27
HexB88E34017481C29382e
Octal2702166402711034517056
Binary1011100010001110110100010111100100011100101001111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88E34; }

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

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

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

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

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

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

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

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