#BF8034

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

Shades of Geebung #BF8034

Tints of Geebung #BF8034

Color information

#BF8034 (or 0xBF8034) is unknown color: approx Geebung. HEX triplet: BF, 80 and 34. RGB value is (191,128,52). Sum of RGB (Red+Green+Blue) = 191+128+52=371 (49% of max value = 765). Red value is 191 (75% from 255 or 51.48% from 371); Green value is 128 (50.39% from 255 or 34.50% from 371); Blue value is 52 (20.70% from 255 or 14.02% from 371); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8034 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8034 is #407FCB. Grayscale: #8A8A8A. Windows color (decimal): -4227020 or 3440831. OLE color: 3440831.

HSL color Cylindrical-coordinate representation of color #BF8034: hue angle of 32.81º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BF8034 is Cyan = 0, Magento = 0.33, Yellow = 0.73 and Black (K on CMYK) = 0.25.

Color convert

RGB19112852-
CMYK00.330.730.25
HSL32.81º57.2%47.65%-
HSV(B)32.81º72.77%74.9%-
XYZ29.8226.766.84-
YUV138.1779.37165.68-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 51.48%
GREEN value IS 128 (50.39% from 255) = 34.50%
BLUE value IS 52 (20.70% from 255) = 14.02%
R=51.48%
G=34.50%
B=14.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911285200.330.730.2532.8157.247.65
HexBF80340214919213930
Octal2772006404111131417160
Binary10111111100000001101000100001100100111001100001111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8034; }

 p { color: rgb(191,128,52); }

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

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

 a { background-color: rgb(191,128,52); }

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

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

 span { border-color: rgb(191,128,52); }

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