#BE842A

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

Shades of Geebung #BE842A

Tints of Geebung #BE842A

Color information

#BE842A (or 0xBE842A) is unknown color: approx Geebung. HEX triplet: BE, 84 and 2A. RGB value is (190,132,42). Sum of RGB (Red+Green+Blue) = 190+132+42=364 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.20% from 364); Green value is 132 (51.95% from 255 or 36.26% from 364); Blue value is 42 (16.80% from 255 or 11.54% from 364); Max value from RGB is 190 - color contains mainly: red. Hex color #BE842A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE842A is #417BD5. Grayscale: #8B8B8B. Windows color (decimal): -4291542 or 2786494. OLE color: 2786494.

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

Color convert

RGB19013242-
CMYK00.310.780.25
HSL36.49º63.79%45.49%-
HSV(B)36.49º77.89%74.51%-
XYZ29.927.625.94-
YUV139.0873.22164.32-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 52.20%
GREEN value IS 132 (51.95% from 255) = 36.26%
BLUE value IS 42 (16.80% from 255) = 11.54%
R=52.20%
G=36.26%
B=11.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.78
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901324200.310.780.2536.4963.7945.49
HexBE842A01F4E1924402d
Octal27620452037116314410055
Binary10111110100001001010100111111001110110011001001000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE842A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE842A; }

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

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

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

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

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

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

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

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