#B78C38

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

Shades of Hokey Pokey #B78C38

Tints of Hokey Pokey #B78C38

Color information

#B78C38 (or 0xB78C38) is unknown color: approx Hokey Pokey. HEX triplet: B7, 8C and 38. RGB value is (183,140,56). Sum of RGB (Red+Green+Blue) = 183+140+56=379 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.28% from 379); Green value is 140 (55.08% from 255 or 36.94% from 379); Blue value is 56 (22.27% from 255 or 14.78% from 379); Max value from RGB is 183 - color contains mainly: red. Hex color #B78C38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78C38 is #4873C7. Grayscale: #8F8F8F. Windows color (decimal): -4748232 or 3706039. OLE color: 3706039.

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

Color convert

RGB18314056-
CMYK00.230.690.28
HSL39.69º53.14%46.86%-
HSV(B)39.69º69.4%71.76%-
XYZ29.6229.117.8-
YUV143.2878.75156.33-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 48.28%
GREEN value IS 140 (55.08% from 255) = 36.94%
BLUE value IS 56 (22.27% from 255) = 14.78%
R=48.28%
G=36.94%
B=14.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.69
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831405600.230.690.2839.6953.1446.86
HexB78C38017451C28352f
Octal2672147002710534506557
Binary1011011110001100111000010111100010111100101000110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78C38; }

 p { color: rgb(183,140,56); }

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

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

 a { background-color: rgb(183,140,56); }

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

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

 span { border-color: rgb(183,140,56); }

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