Html Css Color HEX #BC7520 Pirate Gold

📋 copy color: '#BC7520'

red 188 ◦ green 117 ◦ blue 32

#BC7520
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pirate Gold #BC7520

Tints of Pirate Gold #BC7520

RGB

 RED value IS 188 (73.83% from 255) = 55.79%

 GREEN value IS 117 (46.09% from 255) = 34.72%

 BLUE value IS 32 (12.89% from 255) = 9.5%

R = 55.79%
G = 34.72%
B = 9.5%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.83

 K value IS 0.26

RGB Variations

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

Color information

#BC7520 (or 0xBC7520) is known color: Pirate Gold. HEX triplet: BC, 75 and 20. RGB value is (188,117,32). Sum of RGB (Red+Green+Blue) = 188+117+32=337 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.79% from 337); Green value is 117 (46.09% from 255 or 34.72% from 337); Blue value is 32 (12.89% from 255 or 9.50% from 337); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7520 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7520 is #438ADF. Grayscale: #808080. Windows color (decimal): -4426464 or 2127292. OLE color: 2127292.

HSL color Cylindrical-coordinate representation of color #BC7520: hue angle of 32.69º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BC7520 is Cyan = 0, Magento = 0.38, Yellow = 0.83 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 117 32 -
CMYK 0 0.38 0.83 0.26
HSL 32.69º 0.71% 0.43% -
HSV(B) 32.69º 0.83% 0.74% -
XYZ 27.36 23.52 4.46 -
YUV 128.54 73.52 170.41 -
System Red Green Blue C M Y K H S L
Decimal 188 117 32 0 0.38 0.83 0.26 32.69 0.71 0.43
Hex BC 75 20 0 26 53 1A 21 47 2B
Octal 274 165 40 0 46 123 32 41 107 53
Binary 10111100 1110101 100000 0 100110 1010011 11010 100001 1000111 101011

Color Harmonies of #BC7520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7520

Black with #BC7520

Text Example


Text Example

White with #BC7520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7520; }

 p { color: rgb(188,117,32); }

 H1.HeaderClassName
 {
   color: #BC7520;
 }
 .AnyTagClassName
 {
   color: #BC7520;
 }
</style>

background-color css

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

 a { background-color: rgb(188,117,32); }

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

border-color css

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

 span { border-color: rgb(188,117,32); }

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