Html Css Color HEX #BC7A2B Pirate Gold

📋 copy color: '#BC7A2B'

red 188 ◦ green 122 ◦ blue 43

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

Shades of Pirate Gold #BC7A2B

Tints of Pirate Gold #BC7A2B

RGB

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

 GREEN value IS 122 (48.05% from 255) = 34.56%

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

R = 53.26%
G = 34.56%
B = 12.18%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BC7A2B (or 0xBC7A2B) is known color: Pirate Gold. HEX triplet: BC, 7A and 2B. RGB value is (188,122,43). Sum of RGB (Red+Green+Blue) = 188+122+43=353 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.26% from 353); Green value is 122 (48.05% from 255 or 34.56% from 353); Blue value is 43 (17.19% from 255 or 12.18% from 353); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7A2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7A2B is #4385D4. Grayscale: #858585. Windows color (decimal): -4425173 or 2849468. OLE color: 2849468.

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

Color convert

RGB 188 122 43 -
CMYK 0 0.35 0.77 0.26
HSL 32.69º 0.63% 0.45% -
HSV(B) 32.69º 0.77% 0.74% -
XYZ 28.13 24.78 5.59 -
YUV 132.73 77.37 167.42 -
System Red Green Blue C M Y K H S L
Decimal 188 122 43 0 0.35 0.77 0.26 32.69 0.63 0.45
Hex BC 7A 2B 0 23 4D 1A 21 3F 2D
Octal 274 172 53 0 43 115 32 41 77 55
Binary 10111100 1111010 101011 0 100011 1001101 11010 100001 111111 101101

Color Harmonies of #BC7A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7A2B

Black with #BC7A2B

Text Example


Text Example

White with #BC7A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7A2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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