#BF8026

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

Shades of Geebung #BF8026

Tints of Geebung #BF8026

Color information

#BF8026 (or 0xBF8026) is unknown color: approx Geebung. HEX triplet: BF, 80 and 26. RGB value is (191,128,38). Sum of RGB (Red+Green+Blue) = 191+128+38=357 (47% of max value = 765). Red value is 191 (75% from 255 or 53.50% from 357); Green value is 128 (50.39% from 255 or 35.85% from 357); Blue value is 38 (15.23% from 255 or 10.64% from 357); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8026 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8026 is #407FD9. Grayscale: #898989. Windows color (decimal): -4227034 or 2523327. OLE color: 2523327.

HSL color Cylindrical-coordinate representation of color #BF8026: hue angle of 35.29º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BF8026 is Cyan = 0, Magento = 0.33, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB19112838-
CMYK00.330.800.25
HSL35.29º66.81%44.9%-
HSV(B)35.29º80.1%74.9%-
XYZ29.5526.655.42-
YUV136.5872.37166.82-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 53.50%
GREEN value IS 128 (50.39% from 255) = 35.85%
BLUE value IS 38 (15.23% from 255) = 10.64%
R=53.50%
G=35.85%
B=10.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.80
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911283800.330.800.2535.2966.8144.9
HexBF8026021501923432d
Octal27720046041120314310355
Binary101111111000000010011001000011010000110011000111000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8026; }

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

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

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

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

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

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

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

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