#BE802A

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

Shades of Geebung #BE802A

Tints of Geebung #BE802A

Color information

#BE802A (or 0xBE802A) is unknown color: approx Geebung. HEX triplet: BE, 80 and 2A. RGB value is (190,128,42). Sum of RGB (Red+Green+Blue) = 190+128+42=360 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.78% from 360); Green value is 128 (50.39% from 255 or 35.56% from 360); Blue value is 42 (16.80% from 255 or 11.67% from 360); Max value from RGB is 190 - color contains mainly: red. Hex color #BE802A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE802A is #417FD5. Grayscale: #898989. Windows color (decimal): -4292566 or 2785470. OLE color: 2785470.

HSL color Cylindrical-coordinate representation of color #BE802A: hue angle of 34.86º 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 #BE802A is Cyan = 0, Magento = 0.33, Yellow = 0.78 and Black (K on CMYK) = 0.25.

Color convert

RGB19012842-
CMYK00.330.780.25
HSL34.86º63.79%45.49%-
HSV(B)34.86º77.89%74.51%-
XYZ29.3726.555.77-
YUV136.7374.54165.99-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 52.78%
GREEN value IS 128 (50.39% from 255) = 35.56%
BLUE value IS 42 (16.80% from 255) = 11.67%
R=52.78%
G=35.56%
B=11.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.78
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901284200.330.780.2534.8663.7945.49
HexBE802A0214E1923402d
Octal27620052041116314310055
Binary101111101000000010101001000011001110110011000111000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE802A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE802A; }

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

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

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

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

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

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

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

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