#BE8526

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

Shades of Geebung #BE8526

Tints of Geebung #BE8526

Color information

#BE8526 (or 0xBE8526) is unknown color: approx Geebung. HEX triplet: BE, 85 and 26. RGB value is (190,133,38). Sum of RGB (Red+Green+Blue) = 190+133+38=361 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.63% from 361); Green value is 133 (52.34% from 255 or 36.84% from 361); Blue value is 38 (15.23% from 255 or 10.53% from 361); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8526 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8526 is #417AD9. Grayscale: #8B8B8B. Windows color (decimal): -4291290 or 2524606. OLE color: 2524606.

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

Color convert

RGB19013338-
CMYK00.30.80.25
HSL37.5º66.67%44.71%-
HSV(B)37.5º80%74.51%-
XYZ29.9727.865.63-
YUV139.2170.88164.22-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 52.63%
GREEN value IS 133 (52.34% from 255) = 36.84%
BLUE value IS 38 (15.23% from 255) = 10.53%
R=52.63%
G=36.84%
B=10.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.8
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901333800.30.80.2537.566.6744.71
HexBE852601E501926432d
Octal27620546036120314610355
Binary10111110100001011001100111101010000110011001101000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8526; }

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

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

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

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

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

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

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

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