#bb7d2a

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

Shades of Pirate Gold #BB7D2A

Tints of Pirate Gold #BB7D2A

Color information

#BB7D2A (or 0xBB7D2A) is unknown color: approx Pirate Gold. HEX triplet: BB, 7D and 2A. RGB value is (187,125,42). Sum of RGB (Red+Green+Blue) = 187+125+42=354 (46% of max value = 765). Red value is 187 (73.44% from 255 or 52.82% from 354); Green value is 125 (49.22% from 255 or 35.31% from 354); Blue value is 42 (16.80% from 255 or 11.86% from 354); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7D2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7D2A is #4482D5. Grayscale: #868686. Windows color (decimal): -4489942 or 2784699. OLE color: 2784699.

HSL color Cylindrical-coordinate representation of color #BB7D2A: hue angle of 34.34º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BB7D2A is Cyan = 0, Magento = 0.33, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB18712542-
CMYK00.330.780.27
HSL34.34º63.32%44.9%-
HSV(B)34.34º77.54%73.33%-
XYZ28.2525.45.6-
YUV134.0876.04165.75-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 52.82%
GREEN value IS 125 (49.22% from 255) = 35.31%
BLUE value IS 42 (16.80% from 255) = 11.86%
R=52.82%
G=35.31%
B=11.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.78
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871254200.330.780.2734.3463.3244.9
HexBB7D2A0214E1B223f2d
Octal2731755204111633427755
Binary1011101111111011010100100001100111011011100010111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb7d2a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb7d2a; }

 p { color: rgb(187,125,42); }

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

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

 a { background-color: rgb(187,125,42); }

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

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

 span { border-color: rgb(187,125,42); }

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