#B97A2B

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

Shades of Pirate Gold #B97A2B

Tints of Pirate Gold #B97A2B

Color information

#B97A2B (or 0xB97A2B) is unknown color: approx Pirate Gold. HEX triplet: B9, 7A and 2B. RGB value is (185,122,43). Sum of RGB (Red+Green+Blue) = 185+122+43=350 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.86% from 350); Green value is 122 (48.05% from 255 or 34.86% from 350); Blue value is 43 (17.19% from 255 or 12.29% from 350); Max value from RGB is 185 - color contains mainly: red. Hex color #B97A2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B97A2B is #4685D4. Grayscale: #848484. Windows color (decimal): -4621781 or 2849465. OLE color: 2849465.

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

Color convert

RGB18512243-
CMYK00.340.770.27
HSL33.38º62.28%44.71%-
HSV(B)33.38º76.76%72.55%-
XYZ27.424.415.55-
YUV131.8377.87165.92-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 52.86%
GREEN value IS 122 (48.05% from 255) = 34.86%
BLUE value IS 43 (17.19% from 255) = 12.29%
R=52.86%
G=34.86%
B=12.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.77
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851224300.340.770.2733.3862.2844.71
HexB97A2B0224D1B213e2d
Octal2711725304211533417655
Binary1011100111110101010110100010100110111011100001111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97A2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97A2B; }

 p { color: rgb(185,122,43); }

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

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

 a { background-color: rgb(185,122,43); }

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

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

 span { border-color: rgb(185,122,43); }

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