#BF8125

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

Shades of Geebung #BF8125

Tints of Geebung #BF8125

Color information

#BF8125 (or 0xBF8125) is unknown color: approx Geebung. HEX triplet: BF, 81 and 25. RGB value is (191,129,37). Sum of RGB (Red+Green+Blue) = 191+129+37=357 (47% of max value = 765). Red value is 191 (75% from 255 or 53.50% from 357); Green value is 129 (50.78% from 255 or 36.13% from 357); Blue value is 37 (14.84% from 255 or 10.36% from 357); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8125 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8125 is #407EDA. Grayscale: #898989. Windows color (decimal): -4226779 or 2458047. OLE color: 2458047.

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

Color convert

RGB19112937-
CMYK00.320.810.25
HSL35.84º67.54%44.71%-
HSV(B)35.84º80.63%74.9%-
XYZ29.6726.915.38-
YUV137.0571.54166.48-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 53.50%
GREEN value IS 129 (50.78% from 255) = 36.13%
BLUE value IS 37 (14.84% from 255) = 10.36%
R=53.50%
G=36.13%
B=10.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.81
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911293700.320.810.2535.8467.5444.71
HexBF8125020511924442d
Octal27720145040121314410455
Binary101111111000000110010101000001010001110011001001000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8125; }

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

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

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

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

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

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

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

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