#BF8126

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

Shades of Geebung #BF8126

Tints of Geebung #BF8126

Color information

#BF8126 (or 0xBF8126) is unknown color: approx Geebung. HEX triplet: BF, 81 and 26. RGB value is (191,129,38). Sum of RGB (Red+Green+Blue) = 191+129+38=358 (47% of max value = 765). Red value is 191 (75% from 255 or 53.35% from 358); Green value is 129 (50.78% from 255 or 36.03% from 358); Blue value is 38 (15.23% from 255 or 10.61% from 358); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8126 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8126 is #407ED9. Grayscale: #898989. Windows color (decimal): -4226778 or 2523583. OLE color: 2523583.

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

Color convert

RGB19112938-
CMYK00.320.800.25
HSL35.69º66.81%44.9%-
HSV(B)35.69º80.1%74.9%-
XYZ29.6926.925.46-
YUV137.1672.04166.4-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 53.35%
GREEN value IS 129 (50.78% from 255) = 36.03%
BLUE value IS 38 (15.23% from 255) = 10.61%
R=53.35%
G=36.03%
B=10.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.80
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911293800.320.800.2535.6966.8144.9
HexBF8126020501924432d
Octal27720146040120314410355
Binary101111111000000110011001000001010000110011001001000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8126; }

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

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

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

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

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

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

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

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