#BE8A32

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

Shades of Hokey Pokey #BE8A32

Tints of Hokey Pokey #BE8A32

Color information

#BE8A32 (or 0xBE8A32) is unknown color: approx Hokey Pokey. HEX triplet: BE, 8A and 32. RGB value is (190,138,50). Sum of RGB (Red+Green+Blue) = 190+138+50=378 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50.26% from 378); Green value is 138 (54.30% from 255 or 36.51% from 378); Blue value is 50 (19.92% from 255 or 13.23% from 378); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8A32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8A32 is #4175CD. Grayscale: #8F8F8F. Windows color (decimal): -4289998 or 3312318. OLE color: 3312318.

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

Color convert

RGB19013850-
CMYK00.270.740.25
HSL37.71º58.33%47.06%-
HSV(B)37.71º73.68%74.51%-
XYZ30.929.357.06-
YUV143.5275.23161.16-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50.26%
GREEN value IS 138 (54.30% from 255) = 36.51%
BLUE value IS 50 (19.92% from 255) = 13.23%
R=50.26%
G=36.51%
B=13.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.74
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901385000.270.740.2537.7158.3347.06
HexBE8A3201B4A19263a2f
Octal2762126203311231467257
Binary1011111010001010110010011011100101011001100110111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8A32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8A32; }

 p { color: rgb(190,138,50); }

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

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

 a { background-color: rgb(190,138,50); }

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

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

 span { border-color: rgb(190,138,50); }

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