#B78B35

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

Shades of Hokey Pokey #B78B35

Tints of Hokey Pokey #B78B35

Color information

#B78B35 (or 0xB78B35) is unknown color: approx Hokey Pokey. HEX triplet: B7, 8B and 35. RGB value is (183,139,53). Sum of RGB (Red+Green+Blue) = 183+139+53=375 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.8% from 375); Green value is 139 (54.69% from 255 or 37.07% from 375); Blue value is 53 (21.09% from 255 or 14.13% from 375); Max value from RGB is 183 - color contains mainly: red. Hex color #B78B35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78B35 is #4874CA. Grayscale: #8E8E8E. Windows color (decimal): -4748491 or 3509175. OLE color: 3509175.

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

Color convert

RGB18313953-
CMYK00.240.710.28
HSL39.69º55.08%46.27%-
HSV(B)39.69º71.04%71.76%-
XYZ29.428.797.38-
YUV142.3577.58156.99-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 48.8%
GREEN value IS 139 (54.69% from 255) = 37.07%
BLUE value IS 53 (21.09% from 255) = 14.13%
R=48.8%
G=37.07%
B=14.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.71
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831395300.240.710.2839.6955.0846.27
HexB78B35018471C28372e
Octal2672136503010734506756
Binary1011011110001011110101011000100011111100101000110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78B35; }

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

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

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

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

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

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

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

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