#BE8D34

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

Shades of Hokey Pokey #BE8D34

Tints of Hokey Pokey #BE8D34

Color information

#BE8D34 (or 0xBE8D34) is unknown color: approx Hokey Pokey. HEX triplet: BE, 8D and 34. RGB value is (190,141,52). Sum of RGB (Red+Green+Blue) = 190+141+52=383 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.61% from 383); Green value is 141 (55.47% from 255 or 36.81% from 383); Blue value is 52 (20.70% from 255 or 13.58% from 383); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8D34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8D34 is #4172CB. Grayscale: #919191. Windows color (decimal): -4289228 or 3444158. OLE color: 3444158.

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

Color convert

RGB19014152-
CMYK00.260.730.25
HSL38.7º57.02%47.45%-
HSV(B)38.7º72.63%74.51%-
XYZ31.3830.247.43-
YUV145.575.23159.74-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 49.61%
GREEN value IS 141 (55.47% from 255) = 36.81%
BLUE value IS 52 (20.70% from 255) = 13.58%
R=49.61%
G=36.81%
B=13.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901415200.260.730.2538.757.0247.45
HexBE8D3401A491927392f
Octal2762156403211131477157
Binary1011111010001101110100011010100100111001100111111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8D34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8D34; }

 p { color: rgb(190,141,52); }

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

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

 a { background-color: rgb(190,141,52); }

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

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

 span { border-color: rgb(190,141,52); }

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