#BF8633

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

Shades of Geebung #BF8633

Tints of Geebung #BF8633

Color information

#BF8633 (or 0xBF8633) is unknown color: approx Geebung. HEX triplet: BF, 86 and 33. RGB value is (191,134,51). Sum of RGB (Red+Green+Blue) = 191+134+51=376 (49% of max value = 765). Red value is 191 (75% from 255 or 50.80% from 376); Green value is 134 (52.73% from 255 or 35.64% from 376); Blue value is 51 (20.31% from 255 or 13.56% from 376); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8633 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8633 is #4079CC. Grayscale: #8D8D8D. Windows color (decimal): -4225485 or 3376831. OLE color: 3376831.

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

Color convert

RGB19113451-
CMYK00.300.730.25
HSL35.57º57.85%47.45%-
HSV(B)35.57º73.3%74.9%-
XYZ30.6128.376.99-
YUV141.5876.88163.25-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 50.80%
GREEN value IS 134 (52.73% from 255) = 35.64%
BLUE value IS 51 (20.31% from 255) = 13.56%
R=50.80%
G=35.64%
B=13.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911345100.300.730.2535.5757.8547.45
HexBF863301E4919243a2f
Octal2772066303611131447257
Binary1011111110000110110011011110100100111001100100111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8633; }

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

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

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

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

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

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

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

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