#B78A36

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

Shades of Hokey Pokey #B78A36

Tints of Hokey Pokey #B78A36

Color information

#B78A36 (or 0xB78A36) is unknown color: approx Hokey Pokey. HEX triplet: B7, 8A and 36. RGB value is (183,138,54). Sum of RGB (Red+Green+Blue) = 183+138+54=375 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.8% from 375); Green value is 138 (54.30% from 255 or 36.8% from 375); Blue value is 54 (21.48% from 255 or 14.4% from 375); Max value from RGB is 183 - color contains mainly: red. Hex color #B78A36 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78A36 is #4875C9. Grayscale: #8E8E8E. Windows color (decimal): -4748746 or 3574455. OLE color: 3574455.

HSL color Cylindrical-coordinate representation of color #B78A36: hue angle of 39.07º 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 #B78A36 is Cyan = 0, Magento = 0.25, Yellow = 0.70 and Black (K on CMYK) = 0.28.

Color convert

RGB18313854-
CMYK00.250.700.28
HSL39.07º54.43%46.47%-
HSV(B)39.07º70.49%71.76%-
XYZ29.2828.517.45-
YUV141.8878.41157.33-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 48.8%
GREEN value IS 138 (54.30% from 255) = 36.8%
BLUE value IS 54 (21.48% from 255) = 14.4%
R=48.8%
G=36.8%
B=14.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.70
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831385400.250.700.2839.0754.4346.47
HexB78A36019461C27362e
Octal2672126603110634476656
Binary1011011110001010110110011001100011011100100111110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78A36; }

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

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

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

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

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

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

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

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