#BF8331

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

Shades of Geebung #BF8331

Tints of Geebung #BF8331

Color information

#BF8331 (or 0xBF8331) is unknown color: approx Geebung. HEX triplet: BF, 83 and 31. RGB value is (191,131,49). Sum of RGB (Red+Green+Blue) = 191+131+49=371 (49% of max value = 765). Red value is 191 (75% from 255 or 51.48% from 371); Green value is 131 (51.56% from 255 or 35.31% from 371); Blue value is 49 (19.53% from 255 or 13.21% from 371); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8331 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8331 is #407CCE. Grayscale: #8B8B8B. Windows color (decimal): -4226255 or 3244991. OLE color: 3244991.

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

Color convert

RGB19113149-
CMYK00.310.740.25
HSL34.65º59.17%47.06%-
HSV(B)34.65º74.35%74.9%-
XYZ30.1627.536.63-
YUV139.5976.88164.67-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 51.48%
GREEN value IS 131 (51.56% from 255) = 35.31%
BLUE value IS 49 (19.53% from 255) = 13.21%
R=51.48%
G=35.31%
B=13.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.74
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911314900.310.740.2534.6559.1747.06
HexBF833101F4A19233b2f
Octal2772036103711231437357
Binary1011111110000011110001011111100101011001100011111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8331; }

 p { color: rgb(191,131,49); }

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

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

 a { background-color: rgb(191,131,49); }

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

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

 span { border-color: rgb(191,131,49); }

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