Html Css Color HEX #BC7B2A Pirate Gold

📋 copy color: '#BC7B2A'

red 188 ◦ green 123 ◦ blue 42

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

Shades of Pirate Gold #BC7B2A

Tints of Pirate Gold #BC7B2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 11.9%

R = 53.26%
G = 34.84%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#BC7B2A (or 0xBC7B2A) is known color: Pirate Gold. HEX triplet: BC, 7B and 2A. RGB value is (188,123,42). Sum of RGB (Red+Green+Blue) = 188+123+42=353 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.26% from 353); Green value is 123 (48.44% from 255 or 34.84% from 353); Blue value is 42 (16.80% from 255 or 11.90% from 353); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7B2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7B2A is #4384D5. Grayscale: #858585. Windows color (decimal): -4424918 or 2784188. OLE color: 2784188.

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

Color convert

RGB 188 123 42 -
CMYK 0 0.35 0.78 0.26
HSL 33.29º 0.63% 0.45% -
HSV(B) 33.29º 0.78% 0.74% -
XYZ 28.24 25.02 5.53 -
YUV 133.2 76.53 167.09 -
System Red Green Blue C M Y K H S L
Decimal 188 123 42 0 0.35 0.78 0.26 33.29 0.63 0.45
Hex BC 7B 2A 0 23 4E 1A 21 3F 2D
Octal 274 173 52 0 43 116 32 41 77 55
Binary 10111100 1111011 101010 0 100011 1001110 11010 100001 111111 101101

Color Harmonies of #BC7B2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7B2A

Black with #BC7B2A

Text Example


Text Example

White with #BC7B2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7B2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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