#B97C2B

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

Shades of Pirate Gold #B97C2B

Tints of Pirate Gold #B97C2B

Color information

#B97C2B (or 0xB97C2B) is unknown color: approx Pirate Gold. HEX triplet: B9, 7C and 2B. RGB value is (185,124,43). Sum of RGB (Red+Green+Blue) = 185+124+43=352 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.56% from 352); Green value is 124 (48.83% from 255 or 35.23% from 352); Blue value is 43 (17.19% from 255 or 12.22% from 352); Max value from RGB is 185 - color contains mainly: red. Hex color #B97C2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B97C2B is #4683D4. Grayscale: #858585. Windows color (decimal): -4621269 or 2849977. OLE color: 2849977.

HSL color Cylindrical-coordinate representation of color #B97C2B: hue angle of 34.23º 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 #B97C2B is Cyan = 0, Magento = 0.33, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB18512443-
CMYK00.330.770.27
HSL34.23º62.28%44.71%-
HSV(B)34.23º76.76%72.55%-
XYZ27.6524.95.64-
YUV13377.21165.09-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 52.56%
GREEN value IS 124 (48.83% from 255) = 35.23%
BLUE value IS 43 (17.19% from 255) = 12.22%
R=52.56%
G=35.23%
B=12.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.77
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851244300.330.770.2734.2362.2844.71
HexB97C2B0214D1B223e2d
Octal2711745304111533427655
Binary1011100111111001010110100001100110111011100010111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97C2B; }

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

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

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

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

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

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

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

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