Html Css Color HEX #BC8029 Pirate Gold

📋 copy color: '#BC8029'

red 188 ◦ green 128 ◦ blue 41

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

Shades of Pirate Gold #BC8029

Tints of Pirate Gold #BC8029

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 11.48%

R = 52.66%
G = 35.85%
B = 11.48%

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

#BC8029 (or 0xBC8029) is known color: Pirate Gold. HEX triplet: BC, 80 and 29. RGB value is (188,128,41). Sum of RGB (Red+Green+Blue) = 188+128+41=357 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.66% from 357); Green value is 128 (50.39% from 255 or 35.85% from 357); Blue value is 41 (16.41% from 255 or 11.48% from 357); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8029 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8029 is #437FD6. Grayscale: #888888. Windows color (decimal): -4423639 or 2719932. OLE color: 2719932.

HSL color Cylindrical-coordinate representation of color #BC8029: hue angle of 35.51º degrees, saturation: 0.64, 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 #BC8029 is Cyan = 0, Magento = 0.32, Yellow = 0.78 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 128 41 -
CMYK 0 0.32 0.78 0.26
HSL 35.51º 0.64% 0.45% -
HSV(B) 35.51º 0.78% 0.74% -
XYZ 28.86 26.29 5.65 -
YUV 136.02 74.38 165.07 -
System Red Green Blue C M Y K H S L
Decimal 188 128 41 0 0.32 0.78 0.26 35.51 0.64 0.45
Hex BC 80 29 0 20 4E 1A 24 40 2D
Octal 274 200 51 0 40 116 32 44 100 55
Binary 10111100 10000000 101001 0 100000 1001110 11010 100100 1000000 101101

Color Harmonies of #BC8029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8029

Black with #BC8029

Text Example


Text Example

White with #BC8029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8029; }

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

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

background-color css

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

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

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

border-color css

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

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

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