#BE8935

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

Shades of Hokey Pokey #BE8935

Tints of Hokey Pokey #BE8935

Color information

#BE8935 (or 0xBE8935) is unknown color: approx Hokey Pokey. HEX triplet: BE, 89 and 35. RGB value is (190,137,53). Sum of RGB (Red+Green+Blue) = 190+137+53=380 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50% from 380); Green value is 137 (53.91% from 255 or 36.05% from 380); Blue value is 53 (21.09% from 255 or 13.95% from 380); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8935 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8935 is #4176CA. Grayscale: #8F8F8F. Windows color (decimal): -4290251 or 3508670. OLE color: 3508670.

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

Color convert

RGB19013753-
CMYK00.280.720.25
HSL36.79º56.38%47.65%-
HSV(B)36.79º72.11%74.51%-
XYZ30.8229.17.36-
YUV143.2777.06161.33-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50%
GREEN value IS 137 (53.91% from 255) = 36.05%
BLUE value IS 53 (21.09% from 255) = 13.95%
R=50%
G=36.05%
B=13.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.72
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901375300.280.720.2536.7956.3847.65
HexBE893501C4819253830
Octal2762116503411031457060
Binary1011111010001001110101011100100100011001100101111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8935; }

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

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

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

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

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

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

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

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