#BE8429

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

Shades of Geebung #BE8429

Tints of Geebung #BE8429

Color information

#BE8429 (or 0xBE8429) is unknown color: approx Geebung. HEX triplet: BE, 84 and 29. RGB value is (190,132,41). Sum of RGB (Red+Green+Blue) = 190+132+41=363 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.34% from 363); Green value is 132 (51.95% from 255 or 36.36% from 363); Blue value is 41 (16.41% from 255 or 11.29% from 363); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8429 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8429 is #417BD6. Grayscale: #8B8B8B. Windows color (decimal): -4291543 or 2720958. OLE color: 2720958.

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

Color convert

RGB19013241-
CMYK00.310.780.25
HSL36.64º64.5%45.29%-
HSV(B)36.64º78.42%74.51%-
XYZ29.8927.615.85-
YUV138.9772.72164.4-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 52.34%
GREEN value IS 132 (51.95% from 255) = 36.36%
BLUE value IS 41 (16.41% from 255) = 11.29%
R=52.34%
G=36.36%
B=11.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.78
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901324100.310.780.2536.6464.545.29
HexBE842901F4E1925412d
Octal27620451037116314510155
Binary10111110100001001010010111111001110110011001011000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8429; }

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

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

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

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

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

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

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

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