#B78D2E

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

Shades of Hokey Pokey #B78D2E

Tints of Hokey Pokey #B78D2E

Color information

#B78D2E (or 0xB78D2E) is unknown color: approx Hokey Pokey. HEX triplet: B7, 8D and 2E. RGB value is (183,141,46). Sum of RGB (Red+Green+Blue) = 183+141+46=370 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.46% from 370); Green value is 141 (55.47% from 255 or 38.11% from 370); Blue value is 46 (18.36% from 255 or 12.43% from 370); Max value from RGB is 183 - color contains mainly: red. Hex color #B78D2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78D2E is #4872D1. Grayscale: #8F8F8F. Windows color (decimal): -4747986 or 3050935. OLE color: 3050935.

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

Color convert

RGB18314146-
CMYK00.230.750.28
HSL41.61º59.83%44.9%-
HSV(B)41.61º74.86%71.76%-
XYZ29.5529.316.69-
YUV142.7373.41156.72-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.46%
GREEN value IS 141 (55.47% from 255) = 38.11%
BLUE value IS 46 (18.36% from 255) = 12.43%
R=49.46%
G=38.11%
B=12.43%

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
Decimal1831414600.230.750.2841.6159.8344.9
HexB78D2E0174B1C2a3c2d
Octal2672155602711334527455
Binary1011011110001101101110010111100101111100101010111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78D2E; }

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

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

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

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

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

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

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

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