#BE8930

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

Shades of Hokey Pokey #BE8930

Tints of Hokey Pokey #BE8930

Color information

#BE8930 (or 0xBE8930) is unknown color: approx Hokey Pokey. HEX triplet: BE, 89 and 30. RGB value is (190,137,48). Sum of RGB (Red+Green+Blue) = 190+137+48=375 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.67% from 375); Green value is 137 (53.91% from 255 or 36.53% from 375); Blue value is 48 (19.14% from 255 or 12.8% from 375); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8930 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8930 is #4176CF. Grayscale: #8F8F8F. Windows color (decimal): -4290256 or 3180990. OLE color: 3180990.

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

Color convert

RGB19013748-
CMYK00.280.750.25
HSL37.61º59.66%46.67%-
HSV(B)37.61º74.74%74.51%-
XYZ30.7129.056.79-
YUV142.774.56161.74-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50.67%
GREEN value IS 137 (53.91% from 255) = 36.53%
BLUE value IS 48 (19.14% from 255) = 12.8%
R=50.67%
G=36.53%
B=12.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.75
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901374800.280.750.2537.6159.6646.67
HexBE893001C4B19263c2f
Octal2762116003411331467457
Binary1011111010001001110000011100100101111001100110111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8930; }

 p { color: rgb(190,137,48); }

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

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

 a { background-color: rgb(190,137,48); }

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

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

 span { border-color: rgb(190,137,48); }

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