#BF842F

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

Shades of Geebung #BF842F

Tints of Geebung #BF842F

Color information

#BF842F (or 0xBF842F) is unknown color: approx Geebung. HEX triplet: BF, 84 and 2F. RGB value is (191,132,47). Sum of RGB (Red+Green+Blue) = 191+132+47=370 (49% of max value = 765). Red value is 191 (75% from 255 or 51.62% from 370); Green value is 132 (51.95% from 255 or 35.68% from 370); Blue value is 47 (18.75% from 255 or 12.70% from 370); Max value from RGB is 191 - color contains mainly: red. Hex color #BF842F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF842F is #407BD0. Grayscale: #8C8C8C. Windows color (decimal): -4226001 or 3114175. OLE color: 3114175.

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

Color convert

RGB19113247-
CMYK00.310.750.25
HSL35.42º60.5%46.67%-
HSV(B)35.42º75.39%74.9%-
XYZ30.2527.786.46-
YUV139.9575.55164.41-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 51.62%
GREEN value IS 132 (51.95% from 255) = 35.68%
BLUE value IS 47 (18.75% from 255) = 12.70%
R=51.62%
G=35.68%
B=12.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.75
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911324700.310.750.2535.4260.546.67
HexBF842F01F4B19233d2f
Octal2772045703711331437557
Binary1011111110000100101111011111100101111001100011111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF842F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF842F; }

 p { color: rgb(191,132,47); }

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

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

 a { background-color: rgb(191,132,47); }

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

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

 span { border-color: rgb(191,132,47); }

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