Html Css Color HEX #BC802A Pirate Gold

📋 copy color: '#BC802A'

red 188 ◦ green 128 ◦ blue 42

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

Shades of Pirate Gold #BC802A

Tints of Pirate Gold #BC802A

RGB

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

 GREEN value IS 128 (50.39% from 255) = 35.75%

 BLUE value IS 42 (16.8% from 255) = 11.73%

R = 52.51%
G = 35.75%
B = 11.73%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#BC802A (or 0xBC802A) is known color: Pirate Gold. HEX triplet: BC, 80 and 2A. RGB value is (188,128,42). Sum of RGB (Red+Green+Blue) = 188+128+42=358 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.51% from 358); Green value is 128 (50.39% from 255 or 35.75% from 358); Blue value is 42 (16.80% from 255 or 11.73% from 358); Max value from RGB is 188 - color contains mainly: red. Hex color #BC802A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC802A is #437FD5. Grayscale: #888888. Windows color (decimal): -4423638 or 2785468. OLE color: 2785468.

HSL color Cylindrical-coordinate representation of color #BC802A: hue angle of 35.34º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BC802A is Cyan = 0, Magento = 0.32, Yellow = 0.78 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 128 42 -
CMYK 0 0.32 0.78 0.26
HSL 35.34º 0.63% 0.45% -
HSV(B) 35.34º 0.78% 0.74% -
XYZ 28.88 26.3 5.74 -
YUV 136.14 74.88 164.99 -
System Red Green Blue C M Y K H S L
Decimal 188 128 42 0 0.32 0.78 0.26 35.34 0.63 0.45
Hex BC 80 2A 0 20 4E 1A 23 3F 2D
Octal 274 200 52 0 40 116 32 43 77 55
Binary 10111100 10000000 101010 0 100000 1001110 11010 100011 111111 101101

Color Harmonies of #BC802A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC802A

Black with #BC802A

Text Example


Text Example

White with #BC802A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC802A; }

 p { color: rgb(188,128,42); }

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

background-color css

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

 a { background-color: rgb(188,128,42); }

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

border-color css

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

 span { border-color: rgb(188,128,42); }

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