Html Css Color HEX #BC7829 Pirate Gold

📋 copy color: '#BC7829'

red 188 ◦ green 120 ◦ blue 41

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

Shades of Pirate Gold #BC7829

Tints of Pirate Gold #BC7829

RGB

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

 GREEN value IS 120 (47.27% from 255) = 34.38%

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

R = 53.87%
G = 34.38%
B = 11.75%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#BC7829 (or 0xBC7829) is known color: Pirate Gold. HEX triplet: BC, 78 and 29. RGB value is (188,120,41). Sum of RGB (Red+Green+Blue) = 188+120+41=349 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.87% from 349); Green value is 120 (47.27% from 255 or 34.38% from 349); Blue value is 41 (16.41% from 255 or 11.75% from 349); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7829 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7829 is #4387D6. Grayscale: #838383. Windows color (decimal): -4425687 or 2717884. OLE color: 2717884.

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

Color convert

RGB 188 120 41 -
CMYK 0 0.36 0.78 0.26
HSL 32.24º 0.64% 0.45% -
HSV(B) 32.24º 0.78% 0.74% -
XYZ 27.86 24.28 5.32 -
YUV 131.33 77.03 168.42 -
System Red Green Blue C M Y K H S L
Decimal 188 120 41 0 0.36 0.78 0.26 32.24 0.64 0.45
Hex BC 78 29 0 24 4E 1A 20 40 2D
Octal 274 170 51 0 44 116 32 40 100 55
Binary 10111100 1111000 101001 0 100100 1001110 11010 100000 1000000 101101

Color Harmonies of #BC7829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7829

Black with #BC7829

Text Example


Text Example

White with #BC7829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7829; }

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

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

background-color css

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

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

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

border-color css

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

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

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