#BE8229

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

Shades of Geebung #BE8229

Tints of Geebung #BE8229

Color information

#BE8229 (or 0xBE8229) is unknown color: approx Geebung. HEX triplet: BE, 82 and 29. RGB value is (190,130,41). Sum of RGB (Red+Green+Blue) = 190+130+41=361 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.63% from 361); Green value is 130 (51.17% from 255 or 36.01% from 361); Blue value is 41 (16.41% from 255 or 11.36% from 361); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8229 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8229 is #417DD6. Grayscale: #8A8A8A. Windows color (decimal): -4292055 or 2720446. OLE color: 2720446.

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

Color convert

RGB19013041-
CMYK00.320.780.25
HSL35.84º64.5%45.29%-
HSV(B)35.84º78.42%74.51%-
XYZ29.6227.075.76-
YUV137.7973.38165.24-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 52.63%
GREEN value IS 130 (51.17% from 255) = 36.01%
BLUE value IS 41 (16.41% from 255) = 11.36%
R=52.63%
G=36.01%
B=11.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.78
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901304100.320.780.2535.8464.545.29
HexBE82290204E1924412d
Octal27620251040116314410155
Binary101111101000001010100101000001001110110011001001000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8229; }

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

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

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

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

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

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

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

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