#BE8830

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

Shades of Hokey Pokey #BE8830

Tints of Hokey Pokey #BE8830

Color information

#BE8830 (or 0xBE8830) is unknown color: approx Hokey Pokey. HEX triplet: BE, 88 and 30. RGB value is (190,136,48). Sum of RGB (Red+Green+Blue) = 190+136+48=374 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.80% from 374); Green value is 136 (53.52% from 255 or 36.36% from 374); Blue value is 48 (19.14% from 255 or 12.83% from 374); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8830 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8830 is #4177CF. Grayscale: #8E8E8E. Windows color (decimal): -4290512 or 3180734. OLE color: 3180734.

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

Color convert

RGB19013648-
CMYK00.280.750.25
HSL37.18º59.66%46.67%-
HSV(B)37.18º74.74%74.51%-
XYZ30.5728.776.74-
YUV142.1174.89162.16-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50.80%
GREEN value IS 136 (53.52% from 255) = 36.36%
BLUE value IS 48 (19.14% from 255) = 12.83%
R=50.80%
G=36.36%
B=12.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.75
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901364800.280.750.2537.1859.6646.67
HexBE883001C4B19253c2f
Octal2762106003411331457457
Binary1011111010001000110000011100100101111001100101111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8830; }

 p { color: rgb(190,136,48); }

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

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

 a { background-color: rgb(190,136,48); }

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

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

 span { border-color: rgb(190,136,48); }

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