Html Css Color HEX #BC7B1E Pirate Gold

📋 copy color: '#BC7B1E'

red 188 ◦ green 123 ◦ blue 30

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

Shades of Pirate Gold #BC7B1E

Tints of Pirate Gold #BC7B1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.8%

R = 55.13%
G = 36.07%
B = 8.8%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#BC7B1E (or 0xBC7B1E) is known color: Pirate Gold. HEX triplet: BC, 7B and 1E. RGB value is (188,123,30). Sum of RGB (Red+Green+Blue) = 188+123+30=341 (45% of max value = 765). Red value is 188 (73.83% from 255 or 55.13% from 341); Green value is 123 (48.44% from 255 or 36.07% from 341); Blue value is 30 (12.11% from 255 or 8.80% from 341); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7B1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7B1E is #4384E1. Grayscale: #848484. Windows color (decimal): -4424930 or 1997756. OLE color: 1997756.

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

Color convert

RGB 188 123 30 -
CMYK 0 0.35 0.84 0.26
HSL 35.32º 0.72% 0.43% -
HSV(B) 35.32º 0.84% 0.74% -
XYZ 28.06 24.95 4.57 -
YUV 131.83 70.53 168.06 -
System Red Green Blue C M Y K H S L
Decimal 188 123 30 0 0.35 0.84 0.26 35.32 0.72 0.43
Hex BC 7B 1E 0 23 54 1A 23 48 2B
Octal 274 173 36 0 43 124 32 43 110 53
Binary 10111100 1111011 11110 0 100011 1010100 11010 100011 1001000 101011

Color Harmonies of #BC7B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7B1E

Black with #BC7B1E

Text Example


Text Example

White with #BC7B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7B1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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