#b78f35

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

Shades of Hokey Pokey #B78F35

Tints of Hokey Pokey #B78F35

Color information

#B78F35 (or 0xB78F35) is unknown color: approx Hokey Pokey. HEX triplet: B7, 8F and 35. RGB value is (183,143,53). Sum of RGB (Red+Green+Blue) = 183+143+53=379 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.28% from 379); Green value is 143 (56.25% from 255 or 37.73% from 379); Blue value is 53 (21.09% from 255 or 13.98% from 379); Max value from RGB is 183 - color contains mainly: red. Hex color #B78F35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78F35 is #4870CA. Grayscale: #919191. Windows color (decimal): -4747467 or 3510199. OLE color: 3510199.

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

Color convert

RGB18314353-
CMYK00.220.710.28
HSL41.54º55.08%46.27%-
HSV(B)41.54º71.04%71.76%-
XYZ29.9929.977.57-
YUV144.776.25155.32-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 48.28%
GREEN value IS 143 (56.25% from 255) = 37.73%
BLUE value IS 53 (21.09% from 255) = 13.98%
R=48.28%
G=37.73%
B=13.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.71
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831435300.220.710.2841.5455.0846.27
HexB78F35016471C2a372e
Octal2672176502610734526756
Binary1011011110001111110101010110100011111100101010110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b78f35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b78f35; }

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

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

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

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

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

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

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

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