#BF8237

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

Shades of Geebung #BF8237

Tints of Geebung #BF8237

Color information

#BF8237 (or 0xBF8237) is unknown color: approx Geebung. HEX triplet: BF, 82 and 37. RGB value is (191,130,55). Sum of RGB (Red+Green+Blue) = 191+130+55=376 (49% of max value = 765). Red value is 191 (75% from 255 or 50.80% from 376); Green value is 130 (51.17% from 255 or 34.57% from 376); Blue value is 55 (21.88% from 255 or 14.63% from 376); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8237 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8237 is #407DC8. Grayscale: #8C8C8C. Windows color (decimal): -4226505 or 3637951. OLE color: 3637951.

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

Color convert

RGB19113055-
CMYK00.320.710.25
HSL33.09º55.28%48.24%-
HSV(B)33.09º71.2%74.9%-
XYZ30.1627.327.3-
YUV139.6980.21164.6-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 50.80%
GREEN value IS 130 (51.17% from 255) = 34.57%
BLUE value IS 55 (21.88% from 255) = 14.63%
R=50.80%
G=34.57%
B=14.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.71
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911305500.320.710.2533.0955.2848.24
HexBF82370204719213730
Octal2772026704010731416760
Binary10111111100000101101110100000100011111001100001110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8237; }

 p { color: rgb(191,130,55); }

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

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

 a { background-color: rgb(191,130,55); }

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

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

 span { border-color: rgb(191,130,55); }

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