#BF8520

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

Shades of Geebung #BF8520

Tints of Geebung #BF8520

Color information

#BF8520 (or 0xBF8520) is unknown color: approx Geebung. HEX triplet: BF, 85 and 20. RGB value is (191,133,32). Sum of RGB (Red+Green+Blue) = 191+133+32=356 (47% of max value = 765). Red value is 191 (75% from 255 or 53.65% from 356); Green value is 133 (52.34% from 255 or 37.36% from 356); Blue value is 32 (12.89% from 255 or 8.99% from 356); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8520 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8520 is #407ADF. Grayscale: #8B8B8B. Windows color (decimal): -4225760 or 2131391. OLE color: 2131391.

HSL color Cylindrical-coordinate representation of color #BF8520: hue angle of 38.11º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BF8520 is Cyan = 0, Magento = 0.30, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB19113332-
CMYK00.300.830.25
HSL38.11º71.3%43.73%-
HSV(B)38.11º83.25%74.9%-
XYZ30.1327.965.17-
YUV138.8367.72165.21-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 53.65%
GREEN value IS 133 (52.34% from 255) = 37.36%
BLUE value IS 32 (12.89% from 255) = 8.99%
R=53.65%
G=37.36%
B=8.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.83
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911333200.300.830.2538.1171.343.73
HexBF852001E531926472c
Octal27720540036123314610754
Binary10111111100001011000000111101010011110011001101000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8520; }

 p { color: rgb(191,133,32); }

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

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

 a { background-color: rgb(191,133,32); }

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

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

 span { border-color: rgb(191,133,32); }

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