#BF772B

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

Shades of Pirate Gold #BF772B

Tints of Pirate Gold #BF772B

Color information

#BF772B (or 0xBF772B) is unknown color: approx Pirate Gold. HEX triplet: BF, 77 and 2B. RGB value is (191,119,43). Sum of RGB (Red+Green+Blue) = 191+119+43=353 (46% of max value = 765). Red value is 191 (75% from 255 or 54.11% from 353); Green value is 119 (46.88% from 255 or 33.71% from 353); Blue value is 43 (17.19% from 255 or 12.18% from 353); Max value from RGB is 191 - color contains mainly: red. Hex color #BF772B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF772B is #4088D4. Grayscale: #848484. Windows color (decimal): -4229333 or 2848703. OLE color: 2848703.

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

Color convert

RGB19111943-
CMYK00.380.770.25
HSL30.81º63.25%45.88%-
HSV(B)30.81º77.49%74.9%-
XYZ28.5224.445.5-
YUV131.8677.85170.18-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 54.11%
GREEN value IS 119 (46.88% from 255) = 33.71%
BLUE value IS 43 (17.19% from 255) = 12.18%
R=54.11%
G=33.71%
B=12.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.77
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911194300.380.770.2530.8163.2545.88
HexBF772B0264D191f3f2e
Octal2771675304611531377756
Binary101111111110111101011010011010011011100111111111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF772B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF772B; }

 p { color: rgb(191,119,43); }

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

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

 a { background-color: rgb(191,119,43); }

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

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

 span { border-color: rgb(191,119,43); }

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