#be9435

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

Shades of Hokey Pokey #BE9435

Tints of Hokey Pokey #BE9435

Color information

#BE9435 (or 0xBE9435) is unknown color: approx Hokey Pokey. HEX triplet: BE, 94 and 35. RGB value is (190,148,53). Sum of RGB (Red+Green+Blue) = 190+148+53=391 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.59% from 391); Green value is 148 (58.20% from 255 or 37.85% from 391); Blue value is 53 (21.09% from 255 or 13.55% from 391); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9435 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9435 is #416BCA. Grayscale: #969696. Windows color (decimal): -4287435 or 3511486. OLE color: 3511486.

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

Color convert

RGB19014853-
CMYK00.220.720.25
HSL41.61º56.38%47.65%-
HSV(B)41.61º72.11%74.51%-
XYZ32.4732.387.91-
YUV149.7373.41156.72-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 48.59%
GREEN value IS 148 (58.20% from 255) = 37.85%
BLUE value IS 53 (21.09% from 255) = 13.55%
R=48.59%
G=37.85%
B=13.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.72
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901485300.220.720.2541.6156.3847.65
HexBE943501648192a3830
Octal2762246502611031527060
Binary1011111010010100110101010110100100011001101010111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #be9435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #be9435; }

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

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

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

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

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

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

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

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