#BF7E2D

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

Shades of Geebung #BF7E2D

Tints of Geebung #BF7E2D

Color information

#BF7E2D (or 0xBF7E2D) is unknown color: approx Geebung. HEX triplet: BF, 7E and 2D. RGB value is (191,126,45). Sum of RGB (Red+Green+Blue) = 191+126+45=362 (47% of max value = 765). Red value is 191 (75% from 255 or 52.76% from 362); Green value is 126 (49.61% from 255 or 34.81% from 362); Blue value is 45 (17.97% from 255 or 12.43% from 362); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7E2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7E2D is #4081D2. Grayscale: #888888. Windows color (decimal): -4227539 or 2981567. OLE color: 2981567.

HSL color Cylindrical-coordinate representation of color #BF7E2D: hue angle of 33.29º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BF7E2D is Cyan = 0, Magento = 0.34, Yellow = 0.76 and Black (K on CMYK) = 0.25.

Color convert

RGB19112645-
CMYK00.340.760.25
HSL33.29º61.86%46.27%-
HSV(B)33.29º76.44%74.9%-
XYZ29.4226.195.99-
YUV136.276.53167.09-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 52.76%
GREEN value IS 126 (49.61% from 255) = 34.81%
BLUE value IS 45 (17.97% from 255) = 12.43%
R=52.76%
G=34.81%
B=12.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.76
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911264500.340.760.2533.2961.8646.27
HexBF7E2D0224C19213e2e
Octal2771765504211431417656
Binary1011111111111101011010100010100110011001100001111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7E2D; }

 p { color: rgb(191,126,45); }

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

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

 a { background-color: rgb(191,126,45); }

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

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

 span { border-color: rgb(191,126,45); }

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