#B9782F

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

Shades of Pirate Gold #B9782F

Tints of Pirate Gold #B9782F

Color information

#B9782F (or 0xB9782F) is unknown color: approx Pirate Gold. HEX triplet: B9, 78 and 2F. RGB value is (185,120,47). Sum of RGB (Red+Green+Blue) = 185+120+47=352 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.56% from 352); Green value is 120 (47.27% from 255 or 34.09% from 352); Blue value is 47 (18.75% from 255 or 13.35% from 352); Max value from RGB is 185 - color contains mainly: red. Hex color #B9782F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9782F is #4687D0. Grayscale: #838383. Windows color (decimal): -4622289 or 3111097. OLE color: 3111097.

HSL color Cylindrical-coordinate representation of color #B9782F: hue angle of 31.74º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B9782F is Cyan = 0, Magento = 0.35, Yellow = 0.75 and Black (K on CMYK) = 0.27.

Color convert

RGB18512047-
CMYK00.350.750.27
HSL31.74º59.48%45.49%-
HSV(B)31.74º74.59%72.55%-
XYZ27.2423.955.88-
YUV131.1180.53166.44-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 52.56%
GREEN value IS 120 (47.27% from 255) = 34.09%
BLUE value IS 47 (18.75% from 255) = 13.35%
R=52.56%
G=34.09%
B=13.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.75
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851204700.350.750.2731.7459.4845.49
HexB9782F0234B1B203b2d
Octal2711705704311333407355
Binary1011100111110001011110100011100101111011100000111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9782F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9782F; }

 p { color: rgb(185,120,47); }

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

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

 a { background-color: rgb(185,120,47); }

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

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

 span { border-color: rgb(185,120,47); }

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