#BF8626

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

Shades of Geebung #BF8626

Tints of Geebung #BF8626

Color information

#BF8626 (or 0xBF8626) is unknown color: approx Geebung. HEX triplet: BF, 86 and 26. RGB value is (191,134,38). Sum of RGB (Red+Green+Blue) = 191+134+38=363 (48% of max value = 765). Red value is 191 (75% from 255 or 52.62% from 363); Green value is 134 (52.73% from 255 or 36.91% from 363); Blue value is 38 (15.23% from 255 or 10.47% from 363); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8626 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8626 is #4079D9. Grayscale: #8C8C8C. Windows color (decimal): -4225498 or 2524863. OLE color: 2524863.

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

Color convert

RGB19113438-
CMYK00.300.800.25
HSL37.65º66.81%44.9%-
HSV(B)37.65º80.1%74.9%-
XYZ30.3628.275.69-
YUV140.170.38164.31-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 52.62%
GREEN value IS 134 (52.73% from 255) = 36.91%
BLUE value IS 38 (15.23% from 255) = 10.47%
R=52.62%
G=36.91%
B=10.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.80
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911343800.300.800.2537.6566.8144.9
HexBF862601E501926432d
Octal27720646036120314610355
Binary10111111100001101001100111101010000110011001101000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8626; }

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

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

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

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

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

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

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

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