#BB7B1D

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

Shades of Pirate Gold #BB7B1D

Tints of Pirate Gold #BB7B1D

Color information

#BB7B1D (or 0xBB7B1D) is unknown color: approx Pirate Gold. HEX triplet: BB, 7B and 1D. RGB value is (187,123,29). Sum of RGB (Red+Green+Blue) = 187+123+29=339 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.16% from 339); Green value is 123 (48.44% from 255 or 36.28% from 339); Blue value is 29 (11.72% from 255 or 8.55% from 339); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7B1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7B1D is #4484E2. Grayscale: #838383. Windows color (decimal): -4490467 or 1932219. OLE color: 1932219.

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

Color convert

RGB18712329-
CMYK00.340.840.27
HSL35.7º73.15%42.35%-
HSV(B)35.7º84.49%73.33%-
XYZ27.824.824.49-
YUV131.4270.2167.64-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 55.16%
GREEN value IS 123 (48.44% from 255) = 36.28%
BLUE value IS 29 (11.72% from 255) = 8.55%
R=55.16%
G=36.28%
B=8.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.84
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871232900.340.840.2735.773.1542.35
HexBB7B1D022541B24492a
Octal27317335042124334411152
Binary1011101111110111110101000101010100110111001001001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7B1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7B1D; }

 p { color: rgb(187,123,29); }

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

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

 a { background-color: rgb(187,123,29); }

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

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

 span { border-color: rgb(187,123,29); }

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