#BF8033

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

Shades of Geebung #BF8033

Tints of Geebung #BF8033

Color information

#BF8033 (or 0xBF8033) is unknown color: approx Geebung. HEX triplet: BF, 80 and 33. RGB value is (191,128,51). Sum of RGB (Red+Green+Blue) = 191+128+51=370 (49% of max value = 765). Red value is 191 (75% from 255 or 51.62% from 370); Green value is 128 (50.39% from 255 or 34.59% from 370); Blue value is 51 (20.31% from 255 or 13.78% from 370); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8033 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8033 is #407FCC. Grayscale: #8A8A8A. Windows color (decimal): -4227021 or 3375295. OLE color: 3375295.

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

Color convert

RGB19112851-
CMYK00.330.730.25
HSL33º57.85%47.45%-
HSV(B)33º73.3%74.9%-
XYZ29.826.756.73-
YUV138.0678.87165.76-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 51.62%
GREEN value IS 128 (50.39% from 255) = 34.59%
BLUE value IS 51 (20.31% from 255) = 13.78%
R=51.62%
G=34.59%
B=13.78%

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
Decimal1911285100.330.730.253357.8547.45
HexBF80330214919213a2f
Octal2772006304111131417257
Binary10111111100000001100110100001100100111001100001111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8033; }

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

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

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

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

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

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

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

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