#B78F36

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

Shades of Hokey Pokey #B78F36

Tints of Hokey Pokey #B78F36

Color information

#B78F36 (or 0xB78F36) is unknown color: approx Hokey Pokey. HEX triplet: B7, 8F and 36. RGB value is (183,143,54). Sum of RGB (Red+Green+Blue) = 183+143+54=380 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.16% from 380); Green value is 143 (56.25% from 255 or 37.63% from 380); Blue value is 54 (21.48% from 255 or 14.21% from 380); Max value from RGB is 183 - color contains mainly: red. Hex color #B78F36 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78F36 is #4870C9. Grayscale: #919191. Windows color (decimal): -4747466 or 3575735. OLE color: 3575735.

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

Color convert

RGB18314354-
CMYK00.220.700.28
HSL41.4º54.43%46.47%-
HSV(B)41.4º70.49%71.76%-
XYZ30.0229.987.69-
YUV144.8176.75155.24-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 48.16%
GREEN value IS 143 (56.25% from 255) = 37.63%
BLUE value IS 54 (21.48% from 255) = 14.21%
R=48.16%
G=37.63%
B=14.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.70
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831435400.220.700.2841.454.4346.47
HexB78F36016461C29362e
Octal2672176602610634516656
Binary1011011110001111110110010110100011011100101001110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78F36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78F36; }

 p { color: rgb(183,143,54); }

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

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

 a { background-color: rgb(183,143,54); }

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

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

 span { border-color: rgb(183,143,54); }

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