#BF832F

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

Shades of Geebung #BF832F

Tints of Geebung #BF832F

Color information

#BF832F (or 0xBF832F) is unknown color: approx Geebung. HEX triplet: BF, 83 and 2F. RGB value is (191,131,47). Sum of RGB (Red+Green+Blue) = 191+131+47=369 (48% of max value = 765). Red value is 191 (75% from 255 or 51.76% from 369); Green value is 131 (51.56% from 255 or 35.50% from 369); Blue value is 47 (18.75% from 255 or 12.74% from 369); Max value from RGB is 191 - color contains mainly: red. Hex color #BF832F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF832F is #407CD0. Grayscale: #8B8B8B. Windows color (decimal): -4226257 or 3113919. OLE color: 3113919.

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

Color convert

RGB19113147-
CMYK00.310.750.25
HSL35º60.5%46.67%-
HSV(B)35º75.39%74.9%-
XYZ30.1227.516.41-
YUV139.3675.88164.83-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 51.76%
GREEN value IS 131 (51.56% from 255) = 35.50%
BLUE value IS 47 (18.75% from 255) = 12.74%
R=51.76%
G=35.50%
B=12.74%

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
Decimal1911314700.310.750.253560.546.67
HexBF832F01F4B19233d2f
Octal2772035703711331437557
Binary1011111110000011101111011111100101111001100011111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF832F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF832F; }

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

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

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

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

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

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

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

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