#BE862A

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

Shades of Geebung #BE862A

Tints of Geebung #BE862A

Color information

#BE862A (or 0xBE862A) is unknown color: approx Geebung. HEX triplet: BE, 86 and 2A. RGB value is (190,134,42). Sum of RGB (Red+Green+Blue) = 190+134+42=366 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.91% from 366); Green value is 134 (52.73% from 255 or 36.61% from 366); Blue value is 42 (16.80% from 255 or 11.48% from 366); Max value from RGB is 190 - color contains mainly: red. Hex color #BE862A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE862A is #4179D5. Grayscale: #8C8C8C. Windows color (decimal): -4291030 or 2787006. OLE color: 2787006.

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

Color convert

RGB19013442-
CMYK00.290.780.25
HSL37.3º63.79%45.49%-
HSV(B)37.3º77.89%74.51%-
XYZ30.1828.166.04-
YUV140.2672.55163.48-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 51.91%
GREEN value IS 134 (52.73% from 255) = 36.61%
BLUE value IS 42 (16.80% from 255) = 11.48%
R=51.91%
G=36.61%
B=11.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.78
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901344200.290.780.2537.363.7945.49
HexBE862A01D4E1925402d
Octal27620652035116314510055
Binary10111110100001101010100111011001110110011001011000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE862A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE862A; }

 p { color: rgb(190,134,42); }

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

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

 a { background-color: rgb(190,134,42); }

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

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

 span { border-color: rgb(190,134,42); }

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