#BB7E23

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

Shades of Pirate Gold #BB7E23

Tints of Pirate Gold #BB7E23

Color information

#BB7E23 (or 0xBB7E23) is unknown color: approx Pirate Gold. HEX triplet: BB, 7E and 23. RGB value is (187,126,35). Sum of RGB (Red+Green+Blue) = 187+126+35=348 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.74% from 348); Green value is 126 (49.61% from 255 or 36.21% from 348); Blue value is 35 (14.06% from 255 or 10.06% from 348); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7E23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7E23 is #4481DC. Grayscale: #868686. Windows color (decimal): -4489693 or 2326203. OLE color: 2326203.

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

Color convert

RGB18712635-
CMYK00.330.810.27
HSL35.92º68.47%43.53%-
HSV(B)35.92º81.28%73.33%-
XYZ28.2625.615.04-
YUV133.8672.21165.9-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 53.74%
GREEN value IS 126 (49.61% from 255) = 36.21%
BLUE value IS 35 (14.06% from 255) = 10.06%
R=53.74%
G=36.21%
B=10.06%

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
Decimal1871263500.330.810.2735.9268.4743.53
HexBB7E23021511B24442c
Octal27317643041121334410454
Binary10111011111111010001101000011010001110111001001000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7E23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7E23; }

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

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

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

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

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

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

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

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