#BE9135

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

Shades of Hokey Pokey #BE9135

Tints of Hokey Pokey #BE9135

Color information

#BE9135 (or 0xBE9135) is unknown color: approx Hokey Pokey. HEX triplet: BE, 91 and 35. RGB value is (190,145,53). Sum of RGB (Red+Green+Blue) = 190+145+53=388 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.97% from 388); Green value is 145 (57.03% from 255 or 37.37% from 388); Blue value is 53 (21.09% from 255 or 13.66% from 388); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9135 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9135 is #416ECA. Grayscale: #949494. Windows color (decimal): -4288203 or 3510718. OLE color: 3510718.

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

Color convert

RGB19014553-
CMYK00.240.720.25
HSL40.29º56.38%47.65%-
HSV(B)40.29º72.11%74.51%-
XYZ3231.457.75-
YUV147.9774.41157.98-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 48.97%
GREEN value IS 145 (57.03% from 255) = 37.37%
BLUE value IS 53 (21.09% from 255) = 13.66%
R=48.97%
G=37.37%
B=13.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.72
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901455300.240.720.2540.2956.3847.65
HexBE91350184819283830
Octal2762216503011031507060
Binary1011111010010001110101011000100100011001101000111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9135; }

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

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

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

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

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

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

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

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