#BF8420

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

Shades of Geebung #BF8420

Tints of Geebung #BF8420

Color information

#BF8420 (or 0xBF8420) is unknown color: approx Geebung. HEX triplet: BF, 84 and 20. RGB value is (191,132,32). Sum of RGB (Red+Green+Blue) = 191+132+32=355 (47% of max value = 765). Red value is 191 (75% from 255 or 53.80% from 355); Green value is 132 (51.95% from 255 or 37.18% from 355); Blue value is 32 (12.89% from 255 or 9.01% from 355); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8420 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8420 is #407BDF. Grayscale: #8A8A8A. Windows color (decimal): -4226016 or 2131135. OLE color: 2131135.

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

Color convert

RGB19113232-
CMYK00.310.830.25
HSL37.74º71.3%43.73%-
HSV(B)37.74º83.25%74.9%-
XYZ3027.685.13-
YUV138.2468.05165.63-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 53.80%
GREEN value IS 132 (51.95% from 255) = 37.18%
BLUE value IS 32 (12.89% from 255) = 9.01%
R=53.80%
G=37.18%
B=9.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.83
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911323200.310.830.2537.7471.343.73
HexBF842001F531926472c
Octal27720440037123314610754
Binary10111111100001001000000111111010011110011001101000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8420; }

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

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

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

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

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

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

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

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