#BE852C

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

Shades of Geebung #BE852C

Tints of Geebung #BE852C

Color information

#BE852C (or 0xBE852C) is unknown color: approx Geebung. HEX triplet: BE, 85 and 2C. RGB value is (190,133,44). Sum of RGB (Red+Green+Blue) = 190+133+44=367 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.77% from 367); Green value is 133 (52.34% from 255 or 36.24% from 367); Blue value is 44 (17.58% from 255 or 11.99% from 367); Max value from RGB is 190 - color contains mainly: red. Hex color #BE852C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE852C is #417AD3. Grayscale: #8C8C8C. Windows color (decimal): -4291284 or 2917822. OLE color: 2917822.

HSL color Cylindrical-coordinate representation of color #BE852C: hue angle of 36.58º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BE852C is Cyan = 0, Magento = 0.3, Yellow = 0.77 and Black (K on CMYK) = 0.25.

Color convert

RGB19013344-
CMYK00.30.770.25
HSL36.58º62.39%45.88%-
HSV(B)36.58º76.84%74.51%-
XYZ30.0827.96.18-
YUV139.973.88163.74-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 51.77%
GREEN value IS 133 (52.34% from 255) = 36.24%
BLUE value IS 44 (17.58% from 255) = 11.99%
R=51.77%
G=36.24%
B=11.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.77
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901334400.30.770.2536.5862.3945.88
HexBE852C01E4D19253e2e
Octal2762055403611531457656
Binary1011111010000101101100011110100110111001100101111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE852C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE852C; }

 p { color: rgb(190,133,44); }

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

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

 a { background-color: rgb(190,133,44); }

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

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

 span { border-color: rgb(190,133,44); }

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