#bf8725

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

Shades of Geebung #BF8725

Tints of Geebung #BF8725

Color information

#BF8725 (or 0xBF8725) is unknown color: approx Geebung. HEX triplet: BF, 87 and 25. RGB value is (191,135,37). Sum of RGB (Red+Green+Blue) = 191+135+37=363 (48% of max value = 765). Red value is 191 (75% from 255 or 52.62% from 363); Green value is 135 (53.12% from 255 or 37.19% from 363); Blue value is 37 (14.84% from 255 or 10.19% from 363); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8725 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8725 is #4078DA. Grayscale: #8D8D8D. Windows color (decimal): -4225243 or 2459583. OLE color: 2459583.

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

Color convert

RGB19113537-
CMYK00.290.810.25
HSL38.18º67.54%44.71%-
HSV(B)38.18º80.63%74.9%-
XYZ30.4828.545.65-
YUV140.5769.55163.97-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 52.62%
GREEN value IS 135 (53.12% from 255) = 37.19%
BLUE value IS 37 (14.84% from 255) = 10.19%
R=52.62%
G=37.19%
B=10.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.81
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911353700.290.810.2538.1867.5444.71
HexBF872501D511926442d
Octal27720745035121314610455
Binary10111111100001111001010111011010001110011001101000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf8725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf8725; }

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

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

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

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

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

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

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

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