#B78C2D

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

Shades of Hokey Pokey #B78C2D

Tints of Hokey Pokey #B78C2D

Color information

#B78C2D (or 0xB78C2D) is unknown color: approx Hokey Pokey. HEX triplet: B7, 8C and 2D. RGB value is (183,140,45). Sum of RGB (Red+Green+Blue) = 183+140+45=368 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.73% from 368); Green value is 140 (55.08% from 255 or 38.04% from 368); Blue value is 45 (17.97% from 255 or 12.23% from 368); Max value from RGB is 183 - color contains mainly: red. Hex color #B78C2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78C2D is #4873D2. Grayscale: #8E8E8E. Windows color (decimal): -4748243 or 2985143. OLE color: 2985143.

HSL color Cylindrical-coordinate representation of color #B78C2D: hue angle of 41.3º degrees, saturation: 0.61, 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 #B78C2D is Cyan = 0, Magento = 0.23, Yellow = 0.75 and Black (K on CMYK) = 0.28.

Color convert

RGB18314045-
CMYK00.230.750.28
HSL41.3º60.53%44.71%-
HSV(B)41.3º75.41%71.76%-
XYZ29.3829.016.53-
YUV142.0373.25157.22-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.73%
GREEN value IS 140 (55.08% from 255) = 38.04%
BLUE value IS 45 (17.97% from 255) = 12.23%
R=49.73%
G=38.04%
B=12.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.75
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831404500.230.750.2841.360.5344.71
HexB78C2D0174B1C293d2d
Octal2672145502711334517555
Binary1011011110001100101101010111100101111100101001111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78C2D; }

 p { color: rgb(183,140,45); }

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

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

 a { background-color: rgb(183,140,45); }

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

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

 span { border-color: rgb(183,140,45); }

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