Html Css Color HEX #BC8320 Pirate Gold

📋 copy color: '#BC8320'

red 188 ◦ green 131 ◦ blue 32

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

Shades of Pirate Gold #BC8320

Tints of Pirate Gold #BC8320

RGB

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

 GREEN value IS 131 (51.56% from 255) = 37.32%

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

R = 53.56%
G = 37.32%
B = 9.12%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.83

 K value IS 0.26

RGB Variations

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

Color information

#BC8320 (or 0xBC8320) is known color: Pirate Gold. HEX triplet: BC, 83 and 20. RGB value is (188,131,32). Sum of RGB (Red+Green+Blue) = 188+131+32=351 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.56% from 351); Green value is 131 (51.56% from 255 or 37.32% from 351); Blue value is 32 (12.89% from 255 or 9.12% from 351); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8320 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8320 is #437CDF. Grayscale: #898989. Windows color (decimal): -4422880 or 2130876. OLE color: 2130876.

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

Color convert

RGB 188 131 32 -
CMYK 0 0.30 0.83 0.26
HSL 38.08º 0.71% 0.43% -
HSV(B) 38.08º 0.83% 0.74% -
XYZ 29.12 27.03 5.05 -
YUV 136.76 68.88 164.55 -
System Red Green Blue C M Y K H S L
Decimal 188 131 32 0 0.30 0.83 0.26 38.08 0.71 0.43
Hex BC 83 20 0 1E 53 1A 26 47 2B
Octal 274 203 40 0 36 123 32 46 107 53
Binary 10111100 10000011 100000 0 11110 1010011 11010 100110 1000111 101011

Color Harmonies of #BC8320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8320

Black with #BC8320

Text Example


Text Example

White with #BC8320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8320; }

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

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

background-color css

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

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

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

border-color css

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

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

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