#BF8733

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

Shades of Geebung #BF8733

Tints of Geebung #BF8733

Color information

#BF8733 (or 0xBF8733) is unknown color: approx Geebung. HEX triplet: BF, 87 and 33. RGB value is (191,135,51). Sum of RGB (Red+Green+Blue) = 191+135+51=377 (49% of max value = 765). Red value is 191 (75% from 255 or 50.66% from 377); Green value is 135 (53.12% from 255 or 35.81% from 377); Blue value is 51 (20.31% from 255 or 13.53% from 377); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8733 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8733 is #4078CC. Grayscale: #8E8E8E. Windows color (decimal): -4225229 or 3377087. OLE color: 3377087.

HSL color Cylindrical-coordinate representation of color #BF8733: hue angle of 36º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BF8733 is Cyan = 0, Magento = 0.29, Yellow = 0.73 and Black (K on CMYK) = 0.25.

Color convert

RGB19113551-
CMYK00.290.730.25
HSL36º57.85%47.45%-
HSV(B)36º73.3%74.9%-
XYZ30.7528.647.04-
YUV142.1776.55162.83-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 50.66%
GREEN value IS 135 (53.12% from 255) = 35.81%
BLUE value IS 51 (20.31% from 255) = 13.53%
R=50.66%
G=35.81%
B=13.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911355100.290.730.253657.8547.45
HexBF873301D4919243a2f
Octal2772076303511131447257
Binary1011111110000111110011011101100100111001100100111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8733

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8733; }

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

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

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

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

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

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

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

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