#BE8F36

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

Shades of Hokey Pokey #BE8F36

Tints of Hokey Pokey #BE8F36

Color information

#BE8F36 (or 0xBE8F36) is unknown color: approx Hokey Pokey. HEX triplet: BE, 8F and 36. RGB value is (190,143,54). Sum of RGB (Red+Green+Blue) = 190+143+54=387 (51% of max value = 765). Red value is 190 (74.61% from 255 or 49.10% from 387); Green value is 143 (56.25% from 255 or 36.95% from 387); Blue value is 54 (21.48% from 255 or 13.95% from 387); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8F36 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8F36 is #4170C9. Grayscale: #939393. Windows color (decimal): -4288714 or 3575742. OLE color: 3575742.

HSL color Cylindrical-coordinate representation of color #BE8F36: hue angle of 39.26º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BE8F36 is Cyan = 0, Magento = 0.25, Yellow = 0.72 and Black (K on CMYK) = 0.25.

Color convert

RGB19014354-
CMYK00.250.720.25
HSL39.26º55.74%47.84%-
HSV(B)39.26º71.58%74.51%-
XYZ31.7230.867.77-
YUV146.9175.57158.74-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 49.10%
GREEN value IS 143 (56.25% from 255) = 36.95%
BLUE value IS 54 (21.48% from 255) = 13.95%
R=49.10%
G=36.95%
B=13.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.72
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901435400.250.720.2539.2655.7447.84
HexBE8F360194819273830
Octal2762176603111031477060
Binary1011111010001111110110011001100100011001100111111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8F36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8F36; }

 p { color: rgb(190,143,54); }

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

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

 a { background-color: rgb(190,143,54); }

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

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

 span { border-color: rgb(190,143,54); }

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