#BF8133

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

Shades of Geebung #BF8133

Tints of Geebung #BF8133

Color information

#BF8133 (or 0xBF8133) is unknown color: approx Geebung. HEX triplet: BF, 81 and 33. RGB value is (191,129,51). Sum of RGB (Red+Green+Blue) = 191+129+51=371 (49% of max value = 765). Red value is 191 (75% from 255 or 51.48% from 371); Green value is 129 (50.78% from 255 or 34.77% from 371); Blue value is 51 (20.31% from 255 or 13.75% from 371); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8133 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8133 is #407ECC. Grayscale: #8B8B8B. Windows color (decimal): -4226765 or 3375551. OLE color: 3375551.

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

Color convert

RGB19112951-
CMYK00.320.730.25
HSL33.43º57.85%47.45%-
HSV(B)33.43º73.3%74.9%-
XYZ29.9327.026.77-
YUV138.6578.54165.34-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 51.48%
GREEN value IS 129 (50.78% from 255) = 34.77%
BLUE value IS 51 (20.31% from 255) = 13.75%
R=51.48%
G=34.77%
B=13.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911295100.320.730.2533.4357.8547.45
HexBF81330204919213a2f
Octal2772016304011131417257
Binary10111111100000011100110100000100100111001100001111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8133; }

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

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

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

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

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

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

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

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