#BF8123

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

Shades of Geebung #BF8123

Tints of Geebung #BF8123

Color information

#BF8123 (or 0xBF8123) is unknown color: approx Geebung. HEX triplet: BF, 81 and 23. RGB value is (191,129,35). Sum of RGB (Red+Green+Blue) = 191+129+35=355 (47% of max value = 765). Red value is 191 (75% from 255 or 53.80% from 355); Green value is 129 (50.78% from 255 or 36.34% from 355); Blue value is 35 (14.06% from 255 or 9.86% from 355); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8123 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8123 is #407EDC. Grayscale: #898989. Windows color (decimal): -4226781 or 2326975. OLE color: 2326975.

HSL color Cylindrical-coordinate representation of color #BF8123: hue angle of 36.15º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BF8123 is Cyan = 0, Magento = 0.32, Yellow = 0.82 and Black (K on CMYK) = 0.25.

Color convert

RGB19112935-
CMYK00.320.820.25
HSL36.15º69.03%44.31%-
HSV(B)36.15º81.68%74.9%-
XYZ29.6426.95.22-
YUV136.8270.54166.64-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 53.80%
GREEN value IS 129 (50.78% from 255) = 36.34%
BLUE value IS 35 (14.06% from 255) = 9.86%
R=53.80%
G=36.34%
B=9.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.82
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911293500.320.820.2536.1569.0344.31
HexBF8123020521924452c
Octal27720143040122314410554
Binary101111111000000110001101000001010010110011001001000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8123; }

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

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

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

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

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

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

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

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