#BD7B22

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

Shades of Pirate Gold #BD7B22

Tints of Pirate Gold #BD7B22

Color information

#BD7B22 (or 0xBD7B22) is unknown color: approx Pirate Gold. HEX triplet: BD, 7B and 22. RGB value is (189,123,34). Sum of RGB (Red+Green+Blue) = 189+123+34=346 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.62% from 346); Green value is 123 (48.44% from 255 or 35.55% from 346); Blue value is 34 (13.67% from 255 or 9.83% from 346); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7B22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7B22 is #4284DD. Grayscale: #858585. Windows color (decimal): -4359390 or 2259901. OLE color: 2259901.

HSL color Cylindrical-coordinate representation of color #BD7B22: hue angle of 34.45º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BD7B22 is Cyan = 0, Magento = 0.35, Yellow = 0.82 and Black (K on CMYK) = 0.26.

Color convert

RGB18912334-
CMYK00.350.820.26
HSL34.45º69.51%43.73%-
HSV(B)34.45º82.01%74.12%-
XYZ28.3625.14.86-
YUV132.5972.37168.24-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 54.62%
GREEN value IS 123 (48.44% from 255) = 35.55%
BLUE value IS 34 (13.67% from 255) = 9.83%
R=54.62%
G=35.55%
B=9.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.82
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891233400.350.820.2634.4569.5143.73
HexBD7B22023521A22462c
Octal27517342043122324210654
Binary10111101111101110001001000111010010110101000101000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7B22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7B22; }

 p { color: rgb(189,123,34); }

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

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

 a { background-color: rgb(189,123,34); }

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

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

 span { border-color: rgb(189,123,34); }

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