Html Css Color HEX #BC691A Pirate Gold

📋 copy color: '#BC691A'

red 188 ◦ green 105 ◦ blue 26

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

Shades of Pirate Gold #BC691A

Tints of Pirate Gold #BC691A

RGB

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

 GREEN value IS 105 (41.41% from 255) = 32.92%

 BLUE value IS 26 (10.55% from 255) = 8.15%

R = 58.93%
G = 32.92%
B = 8.15%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#BC691A (or 0xBC691A) is known color: Pirate Gold. HEX triplet: BC, 69 and 1A. RGB value is (188,105,26). Sum of RGB (Red+Green+Blue) = 188+105+26=319 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.93% from 319); Green value is 105 (41.41% from 255 or 32.92% from 319); Blue value is 26 (10.55% from 255 or 8.15% from 319); Max value from RGB is 188 - color contains mainly: red. Hex color #BC691A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC691A is #4396E5. Grayscale: #797979. Windows color (decimal): -4429542 or 1731004. OLE color: 1731004.

HSL color Cylindrical-coordinate representation of color #BC691A: hue angle of 29.26º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BC691A is Cyan = 0, Magento = 0.44, Yellow = 0.86 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 105 26 -
CMYK 0 0.44 0.86 0.26
HSL 29.26º 0.76% 0.42% -
HSV(B) 29.26º 0.86% 0.74% -
XYZ 25.98 20.87 3.64 -
YUV 120.81 74.5 175.92 -
System Red Green Blue C M Y K H S L
Decimal 188 105 26 0 0.44 0.86 0.26 29.26 0.76 0.42
Hex BC 69 1A 0 2C 56 1A 1D 4C 2A
Octal 274 151 32 0 54 126 32 35 114 52
Binary 10111100 1101001 11010 0 101100 1010110 11010 11101 1001100 101010

Color Harmonies of #BC691A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC691A

Black with #BC691A

Text Example


Text Example

White with #BC691A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC691A; }

 p { color: rgb(188,105,26); }

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

background-color css

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

 a { background-color: rgb(188,105,26); }

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

border-color css

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

 span { border-color: rgb(188,105,26); }

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