#BE8029

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

Shades of Geebung #BE8029

Tints of Geebung #BE8029

Color information

#BE8029 (or 0xBE8029) is unknown color: approx Geebung. HEX triplet: BE, 80 and 29. RGB value is (190,128,41). Sum of RGB (Red+Green+Blue) = 190+128+41=359 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.92% from 359); Green value is 128 (50.39% from 255 or 35.65% from 359); Blue value is 41 (16.41% from 255 or 11.42% from 359); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8029 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8029 is #417FD6. Grayscale: #898989. Windows color (decimal): -4292567 or 2719934. OLE color: 2719934.

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

Color convert

RGB19012841-
CMYK00.330.780.25
HSL35.03º64.5%45.29%-
HSV(B)35.03º78.42%74.51%-
XYZ29.3526.555.67-
YUV136.6274.04166.07-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 52.92%
GREEN value IS 128 (50.39% from 255) = 35.65%
BLUE value IS 41 (16.41% from 255) = 11.42%
R=52.92%
G=35.65%
B=11.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.78
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901284100.330.780.2535.0364.545.29
HexBE80290214E1923412d
Octal27620051041116314310155
Binary101111101000000010100101000011001110110011000111000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8029; }

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

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

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

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

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

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

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

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