#BE8426

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

Shades of Geebung #BE8426

Tints of Geebung #BE8426

Color information

#BE8426 (or 0xBE8426) is unknown color: approx Geebung. HEX triplet: BE, 84 and 26. RGB value is (190,132,38). Sum of RGB (Red+Green+Blue) = 190+132+38=360 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.78% from 360); Green value is 132 (51.95% from 255 or 36.67% from 360); Blue value is 38 (15.23% from 255 or 10.56% from 360); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8426 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8426 is #417BD9. Grayscale: #8B8B8B. Windows color (decimal): -4291546 or 2524350. OLE color: 2524350.

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

Color convert

RGB19013238-
CMYK00.310.80.25
HSL37.11º66.67%44.71%-
HSV(B)37.11º80%74.51%-
XYZ29.8427.595.59-
YUV138.6371.22164.64-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 52.78%
GREEN value IS 132 (51.95% from 255) = 36.67%
BLUE value IS 38 (15.23% from 255) = 10.56%
R=52.78%
G=36.67%
B=10.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.8
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901323800.310.80.2537.1166.6744.71
HexBE842601F501925432d
Octal27620446037120314510355
Binary10111110100001001001100111111010000110011001011000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8426; }

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

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

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

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

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

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

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

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