#BE8233

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

Shades of Geebung #BE8233

Tints of Geebung #BE8233

Color information

#BE8233 (or 0xBE8233) is unknown color: approx Geebung. HEX triplet: BE, 82 and 33. RGB value is (190,130,51). Sum of RGB (Red+Green+Blue) = 190+130+51=371 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.21% from 371); Green value is 130 (51.17% from 255 or 35.04% from 371); Blue value is 51 (20.31% from 255 or 13.75% from 371); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8233 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8233 is #417DCC. Grayscale: #8B8B8B. Windows color (decimal): -4292045 or 3375806. OLE color: 3375806.

HSL color Cylindrical-coordinate representation of color #BE8233: hue angle of 34.1º degrees, saturation: 0.58, 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 #BE8233 is Cyan = 0, Magento = 0.32, Yellow = 0.73 and Black (K on CMYK) = 0.25.

Color convert

RGB19013051-
CMYK00.320.730.25
HSL34.1º57.68%47.25%-
HSV(B)34.1º73.16%74.51%-
XYZ29.8227.156.8-
YUV138.9378.38164.42-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 51.21%
GREEN value IS 130 (51.17% from 255) = 35.04%
BLUE value IS 51 (20.31% from 255) = 13.75%
R=51.21%
G=35.04%
B=13.75%

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
Decimal1901305100.320.730.2534.157.6847.25
HexBE82330204919223a2f
Octal2762026304011131427257
Binary10111110100000101100110100000100100111001100010111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8233; }

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

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

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

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

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

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

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

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