Html Css Color HEX #BC7E2B Pirate Gold

📋 copy color: '#BC7E2B'

red 188 ◦ green 126 ◦ blue 43

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

Shades of Pirate Gold #BC7E2B

Tints of Pirate Gold #BC7E2B

RGB

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

 GREEN value IS 126 (49.61% from 255) = 35.29%

 BLUE value IS 43 (17.19% from 255) = 12.04%

R = 52.66%
G = 35.29%
B = 12.04%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BC7E2B (or 0xBC7E2B) is known color: Pirate Gold. HEX triplet: BC, 7E and 2B. RGB value is (188,126,43). Sum of RGB (Red+Green+Blue) = 188+126+43=357 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.66% from 357); Green value is 126 (49.61% from 255 or 35.29% from 357); Blue value is 43 (17.19% from 255 or 12.04% from 357); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7E2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7E2B is #4381D4. Grayscale: #878787. Windows color (decimal): -4424149 or 2850492. OLE color: 2850492.

HSL color Cylindrical-coordinate representation of color #BC7E2B: hue angle of 34.34º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BC7E2B is Cyan = 0, Magento = 0.33, Yellow = 0.77 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 126 43 -
CMYK 0 0.33 0.77 0.26
HSL 34.34º 0.63% 0.45% -
HSV(B) 34.34º 0.77% 0.74% -
XYZ 28.64 25.79 5.75 -
YUV 135.08 76.04 165.75 -
System Red Green Blue C M Y K H S L
Decimal 188 126 43 0 0.33 0.77 0.26 34.34 0.63 0.45
Hex BC 7E 2B 0 21 4D 1A 22 3F 2D
Octal 274 176 53 0 41 115 32 42 77 55
Binary 10111100 1111110 101011 0 100001 1001101 11010 100010 111111 101101

Color Harmonies of #BC7E2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7E2B

Black with #BC7E2B

Text Example


Text Example

White with #BC7E2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7E2B; }

 p { color: rgb(188,126,43); }

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

background-color css

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

 a { background-color: rgb(188,126,43); }

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

border-color css

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

 span { border-color: rgb(188,126,43); }

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