#B8781B

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

Shades of Pirate Gold #B8781B

Tints of Pirate Gold #B8781B

Color information

#B8781B (or 0xB8781B) is unknown color: approx Pirate Gold. HEX triplet: B8, 78 and 1B. RGB value is (184,120,27). Sum of RGB (Red+Green+Blue) = 184+120+27=331 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.59% from 331); Green value is 120 (47.27% from 255 or 36.25% from 331); Blue value is 27 (10.94% from 255 or 8.16% from 331); Max value from RGB is 184 - color contains mainly: red. Hex color #B8781B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8781B is #4787E4. Grayscale: #808080. Windows color (decimal): -4687845 or 1800376. OLE color: 1800376.

HSL color Cylindrical-coordinate representation of color #B8781B: hue angle of 35.54º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B8781B is Cyan = 0, Magento = 0.35, Yellow = 0.85 and Black (K on CMYK) = 0.28.

Color convert

RGB18412027-
CMYK00.350.850.28
HSL35.54º74.41%41.37%-
HSV(B)35.54º85.33%72.16%-
XYZ26.6823.74.21-
YUV128.5370.7167.56-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 55.59%
GREEN value IS 120 (47.27% from 255) = 36.25%
BLUE value IS 27 (10.94% from 255) = 8.16%
R=55.59%
G=36.25%
B=8.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.85
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841202700.350.850.2835.5474.4141.37
HexB8781B023551C244a29
Octal27017033043125344411251
Binary1011100011110001101101000111010101111001001001001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8781B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8781B; }

 p { color: rgb(184,120,27); }

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

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

 a { background-color: rgb(184,120,27); }

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

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

 span { border-color: rgb(184,120,27); }

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