#B88E35

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

Shades of Hokey Pokey #B88E35

Tints of Hokey Pokey #B88E35

Color information

#B88E35 (or 0xB88E35) is unknown color: approx Hokey Pokey. HEX triplet: B8, 8E and 35. RGB value is (184,142,53). Sum of RGB (Red+Green+Blue) = 184+142+53=379 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.55% from 379); Green value is 142 (55.86% from 255 or 37.47% from 379); Blue value is 53 (21.09% from 255 or 13.98% from 379); Max value from RGB is 184 - color contains mainly: red. Hex color #B88E35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B88E35 is #4771CA. Grayscale: #909090. Windows color (decimal): -4682187 or 3509944. OLE color: 3509944.

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

Color convert

RGB18414253-
CMYK00.230.710.28
HSL40.76º55.27%46.47%-
HSV(B)40.76º71.2%72.16%-
XYZ30.0829.797.53-
YUV144.4176.41156.24-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 48.55%
GREEN value IS 142 (55.86% from 255) = 37.47%
BLUE value IS 53 (21.09% from 255) = 13.98%
R=48.55%
G=37.47%
B=13.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.71
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841425300.230.710.2840.7655.2746.47
HexB88E35017471C29372e
Octal2702166502710734516756
Binary1011100010001110110101010111100011111100101001110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88E35; }

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

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

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

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

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

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

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

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