#BE8321

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

Shades of Geebung #BE8321

Tints of Geebung #BE8321

Color information

#BE8321 (or 0xBE8321) is unknown color: approx Geebung. HEX triplet: BE, 83 and 21. RGB value is (190,131,33). Sum of RGB (Red+Green+Blue) = 190+131+33=354 (46% of max value = 765). Red value is 190 (74.61% from 255 or 53.67% from 354); Green value is 131 (51.56% from 255 or 37.01% from 354); Blue value is 33 (13.28% from 255 or 9.32% from 354); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8321 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8321 is #417CDE. Grayscale: #898989. Windows color (decimal): -4291807 or 2196414. OLE color: 2196414.

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

Color convert

RGB19013133-
CMYK00.310.830.25
HSL37.45º70.4%43.73%-
HSV(B)37.45º82.63%74.51%-
XYZ29.6327.295.14-
YUV137.4769.05165.47-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 53.67%
GREEN value IS 131 (51.56% from 255) = 37.01%
BLUE value IS 33 (13.28% from 255) = 9.32%
R=53.67%
G=37.01%
B=9.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.83
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901313300.310.830.2537.4570.443.73
HexBE832101F531925462c
Octal27620341037123314510654
Binary10111110100000111000010111111010011110011001011000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8321; }

 p { color: rgb(190,131,33); }

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

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

 a { background-color: rgb(190,131,33); }

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

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

 span { border-color: rgb(190,131,33); }

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