#B78B2E

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

Shades of Hokey Pokey #B78B2E

Tints of Hokey Pokey #B78B2E

Color information

#B78B2E (or 0xB78B2E) is unknown color: approx Hokey Pokey. HEX triplet: B7, 8B and 2E. RGB value is (183,139,46). Sum of RGB (Red+Green+Blue) = 183+139+46=368 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.73% from 368); Green value is 139 (54.69% from 255 or 37.77% from 368); Blue value is 46 (18.36% from 255 or 12.5% from 368); Max value from RGB is 183 - color contains mainly: red. Hex color #B78B2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78B2E is #4874D1. Grayscale: #8D8D8D. Windows color (decimal): -4748498 or 3050423. OLE color: 3050423.

HSL color Cylindrical-coordinate representation of color #B78B2E: hue angle of 40.73º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B78B2E is Cyan = 0, Magento = 0.24, Yellow = 0.75 and Black (K on CMYK) = 0.28.

Color convert

RGB18313946-
CMYK00.240.750.28
HSL40.73º59.83%44.9%-
HSV(B)40.73º74.86%71.76%-
XYZ29.2528.736.59-
YUV141.5574.08157.56-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.73%
GREEN value IS 139 (54.69% from 255) = 37.77%
BLUE value IS 46 (18.36% from 255) = 12.5%
R=49.73%
G=37.77%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.75
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831394600.240.750.2840.7359.8344.9
HexB78B2E0184B1C293c2d
Octal2672135603011334517455
Binary1011011110001011101110011000100101111100101001111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78B2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78B2E; }

 p { color: rgb(183,139,46); }

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

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

 a { background-color: rgb(183,139,46); }

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

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

 span { border-color: rgb(183,139,46); }

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