#BE9B36

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

Shades of Hokey Pokey #BE9B36

Tints of Hokey Pokey #BE9B36

Color information

#BE9B36 (or 0xBE9B36) is unknown color: approx Hokey Pokey. HEX triplet: BE, 9B and 36. RGB value is (190,155,54). Sum of RGB (Red+Green+Blue) = 190+155+54=399 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.62% from 399); Green value is 155 (60.94% from 255 or 38.85% from 399); Blue value is 54 (21.48% from 255 or 13.53% from 399); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9B36 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9B36 is #4164C9. Grayscale: #9A9A9A. Windows color (decimal): -4285642 or 3578814. OLE color: 3578814.

HSL color Cylindrical-coordinate representation of color #BE9B36: hue angle of 44.56º 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 #BE9B36 is Cyan = 0, Magento = 0.18, Yellow = 0.72 and Black (K on CMYK) = 0.25.

Color convert

RGB19015554-
CMYK00.180.720.25
HSL44.56º55.74%47.84%-
HSV(B)44.56º71.58%74.51%-
XYZ33.6234.668.41-
YUV153.9571.6153.71-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.62%
GREEN value IS 155 (60.94% from 255) = 38.85%
BLUE value IS 54 (21.48% from 255) = 13.53%
R=47.62%
G=38.85%
B=13.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.72
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901555400.180.720.2544.5655.7447.84
HexBE9B3601248192d3830
Octal2762336602211031557060
Binary1011111010011011110110010010100100011001101101111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9B36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9B36; }

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

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

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

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

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

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

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

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