#BB7A22

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

Shades of Pirate Gold #BB7A22

Tints of Pirate Gold #BB7A22

Color information

#BB7A22 (or 0xBB7A22) is unknown color: approx Pirate Gold. HEX triplet: BB, 7A and 22. RGB value is (187,122,34). Sum of RGB (Red+Green+Blue) = 187+122+34=343 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.52% from 343); Green value is 122 (48.05% from 255 or 35.57% from 343); Blue value is 34 (13.67% from 255 or 9.91% from 343); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7A22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7A22 is #4485DD. Grayscale: #838383. Windows color (decimal): -4490718 or 2259643. OLE color: 2259643.

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

Color convert

RGB18712234-
CMYK00.350.820.27
HSL34.51º69.23%43.33%-
HSV(B)34.51º81.82%73.33%-
XYZ27.7424.64.8-
YUV131.473.03167.66-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 54.52%
GREEN value IS 122 (48.05% from 255) = 35.57%
BLUE value IS 34 (13.67% from 255) = 9.91%
R=54.52%
G=35.57%
B=9.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.82
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871223400.350.820.2734.5169.2343.33
HexBB7A22023521B23452b
Octal27317242043122334310553
Binary10111011111101010001001000111010010110111000111000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7A22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7A22; }

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

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

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

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

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

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

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

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