#B4771A

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

Shades of Pirate Gold #B4771A

Tints of Pirate Gold #B4771A

Color information

#B4771A (or 0xB4771A) is unknown color: approx Pirate Gold. HEX triplet: B4, 77 and 1A. RGB value is (180,119,26). Sum of RGB (Red+Green+Blue) = 180+119+26=325 (43% of max value = 765). Red value is 180 (70.70% from 255 or 55.38% from 325); Green value is 119 (46.88% from 255 or 36.62% from 325); Blue value is 26 (10.55% from 255 or 8% from 325); Max value from RGB is 180 - color contains mainly: red. Hex color #B4771A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4771A is #4B88E5. Grayscale: #7F7F7F. Windows color (decimal): -4950246 or 1734580. OLE color: 1734580.

HSL color Cylindrical-coordinate representation of color #B4771A: hue angle of 36.23º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B4771A is Cyan = 0, Magento = 0.34, Yellow = 0.86 and Black (K on CMYK) = 0.29.

Color convert

RGB18011926-
CMYK00.340.860.29
HSL36.23º74.76%40.39%-
HSV(B)36.23º85.56%70.59%-
XYZ25.6122.974.06-
YUV126.6471.21166.06-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 55.38%
GREEN value IS 119 (46.88% from 255) = 36.62%
BLUE value IS 26 (10.55% from 255) = 8%
R=55.38%
G=36.62%
B=8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.86
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801192600.340.860.2936.2374.7640.39
HexB4771A022561D244b28
Octal26416732042126354411350
Binary1011010011101111101001000101010110111011001001001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4771A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4771A; }

 p { color: rgb(180,119,26); }

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

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

 a { background-color: rgb(180,119,26); }

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

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

 span { border-color: rgb(180,119,26); }

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