#B78B32

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

Shades of Hokey Pokey #B78B32

Tints of Hokey Pokey #B78B32

Color information

#B78B32 (or 0xB78B32) is unknown color: approx Hokey Pokey. HEX triplet: B7, 8B and 32. RGB value is (183,139,50). Sum of RGB (Red+Green+Blue) = 183+139+50=372 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.19% from 372); Green value is 139 (54.69% from 255 or 37.37% from 372); Blue value is 50 (19.92% from 255 or 13.44% from 372); Max value from RGB is 183 - color contains mainly: red. Hex color #B78B32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78B32 is #4874CD. Grayscale: #8E8E8E. Windows color (decimal): -4748494 or 3312567. OLE color: 3312567.

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

Color convert

RGB18313950-
CMYK00.240.730.28
HSL40.15º57.08%45.69%-
HSV(B)40.15º72.68%71.76%-
XYZ29.3428.767.02-
YUV142.0176.08157.24-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.19%
GREEN value IS 139 (54.69% from 255) = 37.37%
BLUE value IS 50 (19.92% from 255) = 13.44%
R=49.19%
G=37.37%
B=13.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.73
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831395000.240.730.2840.1557.0845.69
HexB78B32018491C28392e
Octal2672136203011134507156
Binary1011011110001011110010011000100100111100101000111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78B32; }

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

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

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

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

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

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

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

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