#bf8323

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

Shades of Geebung #BF8323

Tints of Geebung #BF8323

Color information

#BF8323 (or 0xBF8323) is unknown color: approx Geebung. HEX triplet: BF, 83 and 23. RGB value is (191,131,35). Sum of RGB (Red+Green+Blue) = 191+131+35=357 (47% of max value = 765). Red value is 191 (75% from 255 or 53.50% from 357); Green value is 131 (51.56% from 255 or 36.69% from 357); Blue value is 35 (14.06% from 255 or 9.80% from 357); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8323 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8323 is #407CDC. Grayscale: #8A8A8A. Windows color (decimal): -4226269 or 2327487. OLE color: 2327487.

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

Color convert

RGB19113135-
CMYK00.310.820.25
HSL36.92º69.03%44.31%-
HSV(B)36.92º81.68%74.9%-
XYZ29.9127.435.31-
YUV13869.88165.81-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 53.50%
GREEN value IS 131 (51.56% from 255) = 36.69%
BLUE value IS 35 (14.06% from 255) = 9.80%
R=53.50%
G=36.69%
B=9.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.82
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911313500.310.820.2536.9269.0344.31
HexBF832301F521925452c
Octal27720343037122314510554
Binary10111111100000111000110111111010010110011001011000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf8323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf8323; }

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

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

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

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

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

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

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

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