#BB7B1F

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

Shades of Pirate Gold #BB7B1F

Tints of Pirate Gold #BB7B1F

Color information

#BB7B1F (or 0xBB7B1F) is unknown color: approx Pirate Gold. HEX triplet: BB, 7B and 1F. RGB value is (187,123,31). Sum of RGB (Red+Green+Blue) = 187+123+31=341 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.84% from 341); Green value is 123 (48.44% from 255 or 36.07% from 341); Blue value is 31 (12.5% from 255 or 9.09% from 341); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7B1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7B1F is #4484E0. Grayscale: #848484. Windows color (decimal): -4490465 or 2063291. OLE color: 2063291.

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

Color convert

RGB18712331-
CMYK00.340.830.27
HSL35.38º71.56%42.75%-
HSV(B)35.38º83.42%73.33%-
XYZ27.8224.834.62-
YUV131.6571.2167.48-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 54.84%
GREEN value IS 123 (48.44% from 255) = 36.07%
BLUE value IS 31 (12.5% from 255) = 9.09%
R=54.84%
G=36.07%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.83
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871233100.340.830.2735.3871.5642.75
HexBB7B1F022531B23482b
Octal27317337042123334311053
Binary1011101111110111111101000101010011110111000111001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7B1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7B1F; }

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

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

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

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

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

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

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

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