#BE852A

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

Shades of Geebung #BE852A

Tints of Geebung #BE852A

Color information

#BE852A (or 0xBE852A) is unknown color: approx Geebung. HEX triplet: BE, 85 and 2A. RGB value is (190,133,42). Sum of RGB (Red+Green+Blue) = 190+133+42=365 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.05% from 365); Green value is 133 (52.34% from 255 or 36.44% from 365); Blue value is 42 (16.80% from 255 or 11.51% from 365); Max value from RGB is 190 - color contains mainly: red. Hex color #BE852A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE852A is #417AD5. Grayscale: #8C8C8C. Windows color (decimal): -4291286 or 2786750. OLE color: 2786750.

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

Color convert

RGB19013342-
CMYK00.30.780.25
HSL36.89º63.79%45.49%-
HSV(B)36.89º77.89%74.51%-
XYZ30.0427.895.99-
YUV139.6772.88163.9-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 52.05%
GREEN value IS 133 (52.34% from 255) = 36.44%
BLUE value IS 42 (16.80% from 255) = 11.51%
R=52.05%
G=36.44%
B=11.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.78
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901334200.30.780.2536.8963.7945.49
HexBE852A01E4E1925402d
Octal27620552036116314510055
Binary10111110100001011010100111101001110110011001011000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE852A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE852A; }

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

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

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

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

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

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

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

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