#BB7626

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

Shades of Pirate Gold #BB7626

Tints of Pirate Gold #BB7626

Color information

#BB7626 (or 0xBB7626) is unknown color: approx Pirate Gold. HEX triplet: BB, 76 and 26. RGB value is (187,118,38). Sum of RGB (Red+Green+Blue) = 187+118+38=343 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.52% from 343); Green value is 118 (46.48% from 255 or 34.40% from 343); Blue value is 38 (15.23% from 255 or 11.08% from 343); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7626 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7626 is #4489D9. Grayscale: #818181. Windows color (decimal): -4491738 or 2520763. OLE color: 2520763.

HSL color Cylindrical-coordinate representation of color #BB7626: hue angle of 32.21º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BB7626 is Cyan = 0, Magento = 0.37, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB18711838-
CMYK00.370.800.27
HSL32.21º66.22%44.12%-
HSV(B)32.21º79.68%73.33%-
XYZ27.3223.664.96-
YUV129.5176.36169-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 54.52%
GREEN value IS 118 (46.48% from 255) = 34.40%
BLUE value IS 38 (15.23% from 255) = 11.08%
R=54.52%
G=34.40%
B=11.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.80
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871183800.370.800.2732.2166.2244.12
HexBB7626025501B20422c
Octal27316646045120334010254
Binary10111011111011010011001001011010000110111000001000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7626; }

 p { color: rgb(187,118,38); }

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

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

 a { background-color: rgb(187,118,38); }

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

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

 span { border-color: rgb(187,118,38); }

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