#BB7D23

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

Shades of Pirate Gold #BB7D23

Tints of Pirate Gold #BB7D23

Color information

#BB7D23 (or 0xBB7D23) is unknown color: approx Pirate Gold. HEX triplet: BB, 7D and 23. RGB value is (187,125,35). Sum of RGB (Red+Green+Blue) = 187+125+35=347 (45% of max value = 765). Red value is 187 (73.44% from 255 or 53.89% from 347); Green value is 125 (49.22% from 255 or 36.02% from 347); Blue value is 35 (14.06% from 255 or 10.09% from 347); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7D23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7D23 is #4482DC. Grayscale: #858585. Windows color (decimal): -4489949 or 2325947. OLE color: 2325947.

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

Color convert

RGB18712535-
CMYK00.330.810.27
HSL35.53º68.47%43.53%-
HSV(B)35.53º81.28%73.33%-
XYZ28.1325.355-
YUV133.2872.54166.32-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 53.89%
GREEN value IS 125 (49.22% from 255) = 36.02%
BLUE value IS 35 (14.06% from 255) = 10.09%
R=53.89%
G=36.02%
B=10.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.81
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871253500.330.810.2735.5368.4743.53
HexBB7D23021511B24442c
Octal27317543041121334410454
Binary10111011111110110001101000011010001110111001001000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7D23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7D23; }

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

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

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

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

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

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

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

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