#BE8629

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

Shades of Geebung #BE8629

Tints of Geebung #BE8629

Color information

#BE8629 (or 0xBE8629) is unknown color: approx Geebung. HEX triplet: BE, 86 and 29. RGB value is (190,134,41). Sum of RGB (Red+Green+Blue) = 190+134+41=365 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.05% from 365); Green value is 134 (52.73% from 255 or 36.71% from 365); Blue value is 41 (16.41% from 255 or 11.23% from 365); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8629 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8629 is #4179D6. Grayscale: #8C8C8C. Windows color (decimal): -4291031 or 2721470. OLE color: 2721470.

HSL color Cylindrical-coordinate representation of color #BE8629: hue angle of 37.45º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BE8629 is Cyan = 0, Magento = 0.29, Yellow = 0.78 and Black (K on CMYK) = 0.25.

Color convert

RGB19013441-
CMYK00.290.780.25
HSL37.45º64.5%45.29%-
HSV(B)37.45º78.42%74.51%-
XYZ30.1628.165.94-
YUV140.1472.05163.56-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 52.05%
GREEN value IS 134 (52.73% from 255) = 36.71%
BLUE value IS 41 (16.41% from 255) = 11.23%
R=52.05%
G=36.71%
B=11.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.78
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901344100.290.780.2537.4564.545.29
HexBE862901D4E1925412d
Octal27620651035116314510155
Binary10111110100001101010010111011001110110011001011000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8629; }

 p { color: rgb(190,134,41); }

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

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

 a { background-color: rgb(190,134,41); }

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

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

 span { border-color: rgb(190,134,41); }

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