#BE8234

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

Shades of Geebung #BE8234

Tints of Geebung #BE8234

Color information

#BE8234 (or 0xBE8234) is unknown color: approx Geebung. HEX triplet: BE, 82 and 34. RGB value is (190,130,52). Sum of RGB (Red+Green+Blue) = 190+130+52=372 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.08% from 372); Green value is 130 (51.17% from 255 or 34.95% from 372); Blue value is 52 (20.70% from 255 or 13.98% from 372); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8234 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8234 is #417DCB. Grayscale: #8B8B8B. Windows color (decimal): -4292044 or 3441342. OLE color: 3441342.

HSL color Cylindrical-coordinate representation of color #BE8234: hue angle of 33.91º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BE8234 is Cyan = 0, Magento = 0.32, Yellow = 0.73 and Black (K on CMYK) = 0.25.

Color convert

RGB19013052-
CMYK00.320.730.25
HSL33.91º57.02%47.45%-
HSV(B)33.91º72.63%74.51%-
XYZ29.8427.166.92-
YUV139.0578.88164.34-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 51.08%
GREEN value IS 130 (51.17% from 255) = 34.95%
BLUE value IS 52 (20.70% from 255) = 13.98%
R=51.08%
G=34.95%
B=13.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901305200.320.730.2533.9157.0247.45
HexBE8234020491922392f
Octal2762026404011131427157
Binary10111110100000101101000100000100100111001100010111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8234; }

 p { color: rgb(190,130,52); }

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

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

 a { background-color: rgb(190,130,52); }

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

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

 span { border-color: rgb(190,130,52); }

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