#BB7A30

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

Shades of Pirate Gold #BB7A30

Tints of Pirate Gold #BB7A30

Color information

#BB7A30 (or 0xBB7A30) is unknown color: approx Pirate Gold. HEX triplet: BB, 7A and 30. RGB value is (187,122,48). Sum of RGB (Red+Green+Blue) = 187+122+48=357 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.38% from 357); Green value is 122 (48.05% from 255 or 34.17% from 357); Blue value is 48 (19.14% from 255 or 13.45% from 357); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7A30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7A30 is #4485CF. Grayscale: #858585. Windows color (decimal): -4490704 or 3177147. OLE color: 3177147.

HSL color Cylindrical-coordinate representation of color #BB7A30: hue angle of 31.94º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BB7A30 is Cyan = 0, Magento = 0.35, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB18712248-
CMYK00.350.740.27
HSL31.94º59.15%46.08%-
HSV(B)31.94º74.33%73.33%-
XYZ27.9924.76.09-
YUV13380.03166.52-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 52.38%
GREEN value IS 122 (48.05% from 255) = 34.17%
BLUE value IS 48 (19.14% from 255) = 13.45%
R=52.38%
G=34.17%
B=13.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.74
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871224800.350.740.2731.9459.1546.08
HexBB7A300234A1B203b2e
Octal2731726004311233407356
Binary1011101111110101100000100011100101011011100000111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7A30; }

 p { color: rgb(187,122,48); }

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

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

 a { background-color: rgb(187,122,48); }

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

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

 span { border-color: rgb(187,122,48); }

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