Html Css Color HEX #BC7320 Pirate Gold

📋 copy color: '#BC7320'

red 188 ◦ green 115 ◦ blue 32

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

Shades of Pirate Gold #BC7320

Tints of Pirate Gold #BC7320

RGB

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

 GREEN value IS 115 (45.31% from 255) = 34.33%

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

R = 56.12%
G = 34.33%
B = 9.55%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.83

 K value IS 0.26

RGB Variations

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

Color information

#BC7320 (or 0xBC7320) is known color: Pirate Gold. HEX triplet: BC, 73 and 20. RGB value is (188,115,32). Sum of RGB (Red+Green+Blue) = 188+115+32=335 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.12% from 335); Green value is 115 (45.31% from 255 or 34.33% from 335); Blue value is 32 (12.89% from 255 or 9.55% from 335); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7320 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7320 is #438CDF. Grayscale: #7F7F7F. Windows color (decimal): -4426976 or 2126780. OLE color: 2126780.

HSL color Cylindrical-coordinate representation of color #BC7320: hue angle of 31.92º 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 #BC7320 is Cyan = 0, Magento = 0.39, Yellow = 0.83 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 115 32 -
CMYK 0 0.39 0.83 0.26
HSL 31.92º 0.71% 0.43% -
HSV(B) 31.92º 0.83% 0.74% -
XYZ 27.13 23.06 4.39 -
YUV 127.37 74.18 171.25 -
System Red Green Blue C M Y K H S L
Decimal 188 115 32 0 0.39 0.83 0.26 31.92 0.71 0.43
Hex BC 73 20 0 27 53 1A 20 47 2B
Octal 274 163 40 0 47 123 32 40 107 53
Binary 10111100 1110011 100000 0 100111 1010011 11010 100000 1000111 101011

Color Harmonies of #BC7320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7320

Black with #BC7320

Text Example


Text Example

White with #BC7320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7320; }

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

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

background-color css

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

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

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

border-color css

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

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

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