Html Css Color HEX #BC801D Pirate Gold

📋 copy color: '#BC801D'

red 188 ◦ green 128 ◦ blue 29

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

Shades of Pirate Gold #BC801D

Tints of Pirate Gold #BC801D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.41%

R = 54.49%
G = 37.1%
B = 8.41%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#BC801D (or 0xBC801D) is known color: Pirate Gold. HEX triplet: BC, 80 and 1D. RGB value is (188,128,29). Sum of RGB (Red+Green+Blue) = 188+128+29=345 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.49% from 345); Green value is 128 (50.39% from 255 or 37.10% from 345); Blue value is 29 (11.72% from 255 or 8.41% from 345); Max value from RGB is 188 - color contains mainly: red. Hex color #BC801D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC801D is #437FE2. Grayscale: #878787. Windows color (decimal): -4423651 or 1933500. OLE color: 1933500.

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

Color convert

RGB 188 128 29 -
CMYK 0 0.32 0.85 0.26
HSL 37.36º 0.73% 0.43% -
HSV(B) 37.36º 0.85% 0.74% -
XYZ 28.68 26.22 4.71 -
YUV 134.65 68.38 166.05 -
System Red Green Blue C M Y K H S L
Decimal 188 128 29 0 0.32 0.85 0.26 37.36 0.73 0.43
Hex BC 80 1D 0 20 55 1A 25 49 2B
Octal 274 200 35 0 40 125 32 45 111 53
Binary 10111100 10000000 11101 0 100000 1010101 11010 100101 1001001 101011

Color Harmonies of #BC801D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC801D

Black with #BC801D

Text Example


Text Example

White with #BC801D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC801D; }

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

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

background-color css

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

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

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

border-color css

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

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

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