Html Css Color HEX #BC7B1D Pirate Gold

📋 copy color: '#BC7B1D'

red 188 ◦ green 123 ◦ blue 29

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

Shades of Pirate Gold #BC7B1D

Tints of Pirate Gold #BC7B1D

RGB

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

 GREEN value IS 123 (48.44% from 255) = 36.18%

 BLUE value IS 29 (11.72% from 255) = 8.53%

R = 55.29%
G = 36.18%
B = 8.53%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#BC7B1D (or 0xBC7B1D) is known color: Pirate Gold. HEX triplet: BC, 7B and 1D. RGB value is (188,123,29). Sum of RGB (Red+Green+Blue) = 188+123+29=340 (45% of max value = 765). Red value is 188 (73.83% from 255 or 55.29% from 340); Green value is 123 (48.44% from 255 or 36.18% from 340); Blue value is 29 (11.72% from 255 or 8.53% from 340); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7B1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7B1D is #4384E2. Grayscale: #848484. Windows color (decimal): -4424931 or 1932220. OLE color: 1932220.

HSL color Cylindrical-coordinate representation of color #BC7B1D: hue angle of 35.47º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BC7B1D is Cyan = 0, Magento = 0.35, Yellow = 0.85 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 123 29 -
CMYK 0 0.35 0.85 0.26
HSL 35.47º 0.73% 0.43% -
HSV(B) 35.47º 0.85% 0.74% -
XYZ 28.04 24.95 4.5 -
YUV 131.72 70.03 168.14 -
System Red Green Blue C M Y K H S L
Decimal 188 123 29 0 0.35 0.85 0.26 35.47 0.73 0.43
Hex BC 7B 1D 0 23 55 1A 23 49 2B
Octal 274 173 35 0 43 125 32 43 111 53
Binary 10111100 1111011 11101 0 100011 1010101 11010 100011 1001001 101011

Color Harmonies of #BC7B1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7B1D

Black with #BC7B1D

Text Example


Text Example

White with #BC7B1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7B1D; }

 p { color: rgb(188,123,29); }

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

background-color css

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

 a { background-color: rgb(188,123,29); }

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

border-color css

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

 span { border-color: rgb(188,123,29); }

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