#BF8529

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

Shades of Geebung #BF8529

Tints of Geebung #BF8529

Color information

#BF8529 (or 0xBF8529) is unknown color: approx Geebung. HEX triplet: BF, 85 and 29. RGB value is (191,133,41). Sum of RGB (Red+Green+Blue) = 191+133+41=365 (48% of max value = 765). Red value is 191 (75% from 255 or 52.33% from 365); Green value is 133 (52.34% from 255 or 36.44% from 365); Blue value is 41 (16.41% from 255 or 11.23% from 365); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8529 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8529 is #407AD6. Grayscale: #8C8C8C. Windows color (decimal): -4225751 or 2721215. OLE color: 2721215.

HSL color Cylindrical-coordinate representation of color #BF8529: hue angle of 36.8º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BF8529 is Cyan = 0, Magento = 0.30, Yellow = 0.79 and Black (K on CMYK) = 0.25.

Color convert

RGB19113341-
CMYK00.300.790.25
HSL36.8º64.66%45.49%-
HSV(B)36.8º78.53%74.9%-
XYZ30.2728.015.91-
YUV139.8572.22164.48-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 52.33%
GREEN value IS 133 (52.34% from 255) = 36.44%
BLUE value IS 41 (16.41% from 255) = 11.23%
R=52.33%
G=36.44%
B=11.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.79
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911334100.300.790.2536.864.6645.49
HexBF852901E4F1925412d
Octal27720551036117314510155
Binary10111111100001011010010111101001111110011001011000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8529; }

 p { color: rgb(191,133,41); }

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

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

 a { background-color: rgb(191,133,41); }

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

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

 span { border-color: rgb(191,133,41); }

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