Html Css Color HEX #BC7A21 Pirate Gold

📋 copy color: '#BC7A21'

red 188 ◦ green 122 ◦ blue 33

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

Shades of Pirate Gold #BC7A21

Tints of Pirate Gold #BC7A21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 9.62%

R = 54.81%
G = 35.57%
B = 9.62%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.82

 K value IS 0.26

RGB Variations

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

Color information

#BC7A21 (or 0xBC7A21) is known color: Pirate Gold. HEX triplet: BC, 7A and 21. RGB value is (188,122,33). Sum of RGB (Red+Green+Blue) = 188+122+33=343 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.81% from 343); Green value is 122 (48.05% from 255 or 35.57% from 343); Blue value is 33 (13.28% from 255 or 9.62% from 343); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7A21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7A21 is #4385DE. Grayscale: #848484. Windows color (decimal): -4425183 or 2194108. OLE color: 2194108.

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

Color convert

RGB 188 122 33 -
CMYK 0 0.35 0.82 0.26
HSL 34.45º 0.7% 0.43% -
HSV(B) 34.45º 0.82% 0.74% -
XYZ 27.97 24.72 4.74 -
YUV 131.59 72.37 168.24 -
System Red Green Blue C M Y K H S L
Decimal 188 122 33 0 0.35 0.82 0.26 34.45 0.7 0.43
Hex BC 7A 21 0 23 52 1A 22 46 2B
Octal 274 172 41 0 43 122 32 42 106 53
Binary 10111100 1111010 100001 0 100011 1010010 11010 100010 1000110 101011

Color Harmonies of #BC7A21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7A21

Black with #BC7A21

Text Example


Text Example

White with #BC7A21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7A21; }

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

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

background-color css

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

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

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

border-color css

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

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

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