#BE862F

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

Shades of Geebung #BE862F

Tints of Geebung #BE862F

Color information

#BE862F (or 0xBE862F) is unknown color: approx Geebung. HEX triplet: BE, 86 and 2F. RGB value is (190,134,47). Sum of RGB (Red+Green+Blue) = 190+134+47=371 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.21% from 371); Green value is 134 (52.73% from 255 or 36.12% from 371); Blue value is 47 (18.75% from 255 or 12.67% from 371); Max value from RGB is 190 - color contains mainly: red. Hex color #BE862F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE862F is #4179D0. Grayscale: #8D8D8D. Windows color (decimal): -4291025 or 3114686. OLE color: 3114686.

HSL color Cylindrical-coordinate representation of color #BE862F: hue angle of 36.5º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BE862F is Cyan = 0, Magento = 0.29, Yellow = 0.75 and Black (K on CMYK) = 0.25.

Color convert

RGB19013447-
CMYK00.290.750.25
HSL36.5º60.34%46.47%-
HSV(B)36.5º75.26%74.51%-
XYZ30.2728.26.54-
YUV140.8375.05163.07-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 51.21%
GREEN value IS 134 (52.73% from 255) = 36.12%
BLUE value IS 47 (18.75% from 255) = 12.67%
R=51.21%
G=36.12%
B=12.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.75
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901344700.290.750.2536.560.3446.47
HexBE862F01D4B19253c2e
Octal2762065703511331457456
Binary1011111010000110101111011101100101111001100101111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE862F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE862F; }

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

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

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

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

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

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

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

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