Html Css Color HEX #BC8220 Pirate Gold

📋 copy color: '#BC8220'

red 188 ◦ green 130 ◦ blue 32

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

Shades of Pirate Gold #BC8220

Tints of Pirate Gold #BC8220

RGB

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

 GREEN value IS 130 (51.17% from 255) = 37.14%

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

R = 53.71%
G = 37.14%
B = 9.14%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.83

 K value IS 0.26

RGB Variations

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

Color information

#BC8220 (or 0xBC8220) is known color: Pirate Gold. HEX triplet: BC, 82 and 20. RGB value is (188,130,32). Sum of RGB (Red+Green+Blue) = 188+130+32=350 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.71% from 350); Green value is 130 (51.17% from 255 or 37.14% from 350); Blue value is 32 (12.89% from 255 or 9.14% from 350); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8220 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8220 is #437DDF. Grayscale: #888888. Windows color (decimal): -4423136 or 2130620. OLE color: 2130620.

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

Color convert

RGB 188 130 32 -
CMYK 0 0.31 0.83 0.26
HSL 37.69º 0.71% 0.43% -
HSV(B) 37.69º 0.83% 0.74% -
XYZ 28.98 26.76 5 -
YUV 136.17 69.22 164.97 -
System Red Green Blue C M Y K H S L
Decimal 188 130 32 0 0.31 0.83 0.26 37.69 0.71 0.43
Hex BC 82 20 0 1F 53 1A 26 47 2B
Octal 274 202 40 0 37 123 32 46 107 53
Binary 10111100 10000010 100000 0 11111 1010011 11010 100110 1000111 101011

Color Harmonies of #BC8220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8220

Black with #BC8220

Text Example


Text Example

White with #BC8220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8220; }

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

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

background-color css

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

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

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

border-color css

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

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

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