#bf8132

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

Shades of Geebung #BF8132

Tints of Geebung #BF8132

Color information

#BF8132 (or 0xBF8132) is unknown color: approx Geebung. HEX triplet: BF, 81 and 32. RGB value is (191,129,50). Sum of RGB (Red+Green+Blue) = 191+129+50=370 (49% of max value = 765). Red value is 191 (75% from 255 or 51.62% from 370); Green value is 129 (50.78% from 255 or 34.86% from 370); Blue value is 50 (19.92% from 255 or 13.51% from 370); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8132 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8132 is #407ECD. Grayscale: #8A8A8A. Windows color (decimal): -4226766 or 3310015. OLE color: 3310015.

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

Color convert

RGB19112950-
CMYK00.320.740.25
HSL33.62º58.51%47.25%-
HSV(B)33.62º73.82%74.9%-
XYZ29.9127.016.65-
YUV138.5378.04165.42-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 51.62%
GREEN value IS 129 (50.78% from 255) = 34.86%
BLUE value IS 50 (19.92% from 255) = 13.51%
R=51.62%
G=34.86%
B=13.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.74
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911295000.320.740.2533.6258.5147.25
HexBF81320204A19223b2f
Octal2772016204011231427357
Binary10111111100000011100100100000100101011001100010111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf8132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf8132; }

 p { color: rgb(191,129,50); }

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

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

 a { background-color: rgb(191,129,50); }

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

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

 span { border-color: rgb(191,129,50); }

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