#BB7E29

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

Shades of Pirate Gold #BB7E29

Tints of Pirate Gold #BB7E29

Color information

#BB7E29 (or 0xBB7E29) is unknown color: approx Pirate Gold. HEX triplet: BB, 7E and 29. RGB value is (187,126,41). Sum of RGB (Red+Green+Blue) = 187+126+41=354 (46% of max value = 765). Red value is 187 (73.44% from 255 or 52.82% from 354); Green value is 126 (49.61% from 255 or 35.59% from 354); Blue value is 41 (16.41% from 255 or 11.58% from 354); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7E29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7E29 is #4481D6. Grayscale: #868686. Windows color (decimal): -4489687 or 2719419. OLE color: 2719419.

HSL color Cylindrical-coordinate representation of color #BB7E29: hue angle of 34.93º degrees, saturation: 0.64, 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 #BB7E29 is Cyan = 0, Magento = 0.33, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB18712641-
CMYK00.330.780.27
HSL34.93º64.04%44.71%-
HSV(B)34.93º78.07%73.33%-
XYZ28.3525.655.55-
YUV134.5575.21165.41-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 52.82%
GREEN value IS 126 (49.61% from 255) = 35.59%
BLUE value IS 41 (16.41% from 255) = 11.58%
R=52.82%
G=35.59%
B=11.58%

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
Decimal1871264100.330.780.2734.9364.0444.71
HexBB7E290214E1B23402d
Octal27317651041116334310055
Binary10111011111111010100101000011001110110111000111000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7E29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7E29; }

 p { color: rgb(187,126,41); }

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

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

 a { background-color: rgb(187,126,41); }

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

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

 span { border-color: rgb(187,126,41); }

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