Html Css Color HEX #BC8027 Pirate Gold

📋 copy color: '#BC8027'

red 188 ◦ green 128 ◦ blue 39

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

Shades of Pirate Gold #BC8027

Tints of Pirate Gold #BC8027

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 10.99%

R = 52.96%
G = 36.06%
B = 10.99%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#BC8027 (or 0xBC8027) is known color: Pirate Gold. HEX triplet: BC, 80 and 27. RGB value is (188,128,39). Sum of RGB (Red+Green+Blue) = 188+128+39=355 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.96% from 355); Green value is 128 (50.39% from 255 or 36.06% from 355); Blue value is 39 (15.62% from 255 or 10.99% from 355); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8027 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8027 is #437FD8. Grayscale: #888888. Windows color (decimal): -4423641 or 2588860. OLE color: 2588860.

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

Color convert

RGB 188 128 39 -
CMYK 0 0.32 0.79 0.26
HSL 35.84º 0.66% 0.45% -
HSV(B) 35.84º 0.79% 0.74% -
XYZ 28.82 26.28 5.47 -
YUV 135.79 73.38 165.24 -
System Red Green Blue C M Y K H S L
Decimal 188 128 39 0 0.32 0.79 0.26 35.84 0.66 0.45
Hex BC 80 27 0 20 4F 1A 24 42 2D
Octal 274 200 47 0 40 117 32 44 102 55
Binary 10111100 10000000 100111 0 100000 1001111 11010 100100 1000010 101101

Color Harmonies of #BC8027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8027

Black with #BC8027

Text Example


Text Example

White with #BC8027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8027; }

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

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

background-color css

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

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

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

border-color css

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

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

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