#BE8423

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

Shades of Geebung #BE8423

Tints of Geebung #BE8423

Color information

#BE8423 (or 0xBE8423) is unknown color: approx Geebung. HEX triplet: BE, 84 and 23. RGB value is (190,132,35). Sum of RGB (Red+Green+Blue) = 190+132+35=357 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.22% from 357); Green value is 132 (51.95% from 255 or 36.97% from 357); Blue value is 35 (14.06% from 255 or 9.80% from 357); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8423 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8423 is #417BDC. Grayscale: #8A8A8A. Windows color (decimal): -4291549 or 2327742. OLE color: 2327742.

HSL color Cylindrical-coordinate representation of color #BE8423: hue angle of 37.55º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BE8423 is Cyan = 0, Magento = 0.31, Yellow = 0.82 and Black (K on CMYK) = 0.25.

Color convert

RGB19013235-
CMYK00.310.820.25
HSL37.55º68.89%44.12%-
HSV(B)37.55º81.58%74.51%-
XYZ29.7927.575.34-
YUV138.2869.72164.89-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 53.22%
GREEN value IS 132 (51.95% from 255) = 36.97%
BLUE value IS 35 (14.06% from 255) = 9.80%
R=53.22%
G=36.97%
B=9.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.82
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901323500.310.820.2537.5568.8944.12
HexBE842301F521926452c
Octal27620443037122314610554
Binary10111110100001001000110111111010010110011001101000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8423; }

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

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

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

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

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

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

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

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