#BF8829

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

Shades of Geebung #BF8829

Tints of Geebung #BF8829

Color information

#BF8829 (or 0xBF8829) is unknown color: approx Geebung. HEX triplet: BF, 88 and 29. RGB value is (191,136,41). Sum of RGB (Red+Green+Blue) = 191+136+41=368 (48% of max value = 765). Red value is 191 (75% from 255 or 51.90% from 368); Green value is 136 (53.52% from 255 or 36.96% from 368); Blue value is 41 (16.41% from 255 or 11.14% from 368); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8829 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8829 is #4077D6. Grayscale: #8E8E8E. Windows color (decimal): -4224983 or 2721983. OLE color: 2721983.

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

Color convert

RGB19113641-
CMYK00.290.790.25
HSL38º64.66%45.49%-
HSV(B)38º78.53%74.9%-
XYZ30.6928.846.05-
YUV141.6171.22163.22-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 51.90%
GREEN value IS 136 (53.52% from 255) = 36.96%
BLUE value IS 41 (16.41% from 255) = 11.14%
R=51.90%
G=36.96%
B=11.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.79
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911364100.290.790.253864.6645.49
HexBF882901D4F1926412d
Octal27721051035117314610155
Binary10111111100010001010010111011001111110011001101000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8829; }

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

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

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

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

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

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

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

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