Html Css Color HEX #BC7D29 Pirate Gold

📋 copy color: '#BC7D29'

red 188 ◦ green 125 ◦ blue 41

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

Shades of Pirate Gold #BC7D29

Tints of Pirate Gold #BC7D29

RGB

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

 GREEN value IS 125 (49.22% from 255) = 35.31%

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

R = 53.11%
G = 35.31%
B = 11.58%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#BC7D29 (or 0xBC7D29) is known color: Pirate Gold. HEX triplet: BC, 7D and 29. RGB value is (188,125,41). Sum of RGB (Red+Green+Blue) = 188+125+41=354 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.11% from 354); Green value is 125 (49.22% from 255 or 35.31% from 354); Blue value is 41 (16.41% from 255 or 11.58% from 354); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7D29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7D29 is #4382D6. Grayscale: #868686. Windows color (decimal): -4424407 or 2719164. OLE color: 2719164.

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

Color convert

RGB 188 125 41 -
CMYK 0 0.34 0.78 0.26
HSL 34.29º 0.64% 0.45% -
HSV(B) 34.29º 0.78% 0.74% -
XYZ 28.47 25.52 5.52 -
YUV 134.26 75.37 166.33 -
System Red Green Blue C M Y K H S L
Decimal 188 125 41 0 0.34 0.78 0.26 34.29 0.64 0.45
Hex BC 7D 29 0 22 4E 1A 22 40 2D
Octal 274 175 51 0 42 116 32 42 100 55
Binary 10111100 1111101 101001 0 100010 1001110 11010 100010 1000000 101101

Color Harmonies of #BC7D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7D29

Black with #BC7D29

Text Example


Text Example

White with #BC7D29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7D29; }

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

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

background-color css

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

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

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

border-color css

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

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

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