#BE852E

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

Shades of Geebung #BE852E

Tints of Geebung #BE852E

Color information

#BE852E (or 0xBE852E) is unknown color: approx Geebung. HEX triplet: BE, 85 and 2E. RGB value is (190,133,46). Sum of RGB (Red+Green+Blue) = 190+133+46=369 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.49% from 369); Green value is 133 (52.34% from 255 or 36.04% from 369); Blue value is 46 (18.36% from 255 or 12.47% from 369); Max value from RGB is 190 - color contains mainly: red. Hex color #BE852E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE852E is #417AD1. Grayscale: #8C8C8C. Windows color (decimal): -4291282 or 3048894. OLE color: 3048894.

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

Color convert

RGB19013346-
CMYK00.30.760.25
HSL36.25º61.02%46.27%-
HSV(B)36.25º75.79%74.51%-
XYZ30.1227.926.39-
YUV140.1274.88163.57-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 51.49%
GREEN value IS 133 (52.34% from 255) = 36.04%
BLUE value IS 46 (18.36% from 255) = 12.47%
R=51.49%
G=36.04%
B=12.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.76
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901334600.30.760.2536.2561.0246.27
HexBE852E01E4C19243d2e
Octal2762055603611431447556
Binary1011111010000101101110011110100110011001100100111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE852E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE852E; }

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

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

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

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

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

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

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

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