#BE7F31

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

Shades of Geebung #BE7F31

Tints of Geebung #BE7F31

Color information

#BE7F31 (or 0xBE7F31) is unknown color: approx Geebung. HEX triplet: BE, 7F and 31. RGB value is (190,127,49). Sum of RGB (Red+Green+Blue) = 190+127+49=366 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.91% from 366); Green value is 127 (50% from 255 or 34.70% from 366); Blue value is 49 (19.53% from 255 or 13.39% from 366); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7F31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7F31 is #4180CE. Grayscale: #898989. Windows color (decimal): -4292815 or 3243966. OLE color: 3243966.

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

Color convert

RGB19012749-
CMYK00.330.740.25
HSL33.19º59%46.86%-
HSV(B)33.19º74.21%74.51%-
XYZ29.3826.356.44-
YUV136.9478.37165.84-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 51.91%
GREEN value IS 127 (50% from 255) = 34.70%
BLUE value IS 49 (19.53% from 255) = 13.39%
R=51.91%
G=34.70%
B=13.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.74
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901274900.330.740.2533.195946.86
HexBE7F310214A19213b2f
Octal2761776104111231417357
Binary1011111011111111100010100001100101011001100001111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7F31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7F31; }

 p { color: rgb(190,127,49); }

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

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

 a { background-color: rgb(190,127,49); }

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

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

 span { border-color: rgb(190,127,49); }

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