#bf852f

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

Shades of Geebung #BF852F

Tints of Geebung #BF852F

Color information

#BF852F (or 0xBF852F) is unknown color: approx Geebung. HEX triplet: BF, 85 and 2F. RGB value is (191,133,47). Sum of RGB (Red+Green+Blue) = 191+133+47=371 (49% of max value = 765). Red value is 191 (75% from 255 or 51.48% from 371); Green value is 133 (52.34% from 255 or 35.85% from 371); Blue value is 47 (18.75% from 255 or 12.67% from 371); Max value from RGB is 191 - color contains mainly: red. Hex color #BF852F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF852F is #407AD0. Grayscale: #8C8C8C. Windows color (decimal): -4225745 or 3114431. OLE color: 3114431.

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

Color convert

RGB19113347-
CMYK00.300.750.25
HSL35.83º60.5%46.67%-
HSV(B)35.83º75.39%74.9%-
XYZ30.3928.066.5-
YUV140.5475.22163.99-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 51.48%
GREEN value IS 133 (52.34% from 255) = 35.85%
BLUE value IS 47 (18.75% from 255) = 12.67%
R=51.48%
G=35.85%
B=12.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.75
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911334700.300.750.2535.8360.546.67
HexBF852F01E4B19243d2f
Octal2772055703611331447557
Binary1011111110000101101111011110100101111001100100111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf852f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf852f; }

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

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

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

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

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

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

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

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