Html Css Color HEX #BC7D21 Pirate Gold

📋 copy color: '#BC7D21'

red 188 ◦ green 125 ◦ blue 33

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

Shades of Pirate Gold #BC7D21

Tints of Pirate Gold #BC7D21

RGB

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

 GREEN value IS 125 (49.22% from 255) = 36.13%

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

R = 54.34%
G = 36.13%
B = 9.54%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.82

 K value IS 0.26

RGB Variations

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

Color information

#BC7D21 (or 0xBC7D21) is known color: Pirate Gold. HEX triplet: BC, 7D and 21. RGB value is (188,125,33). Sum of RGB (Red+Green+Blue) = 188+125+33=346 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.34% from 346); Green value is 125 (49.22% from 255 or 36.13% from 346); Blue value is 33 (13.28% from 255 or 9.54% from 346); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7D21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7D21 is #4382DE. Grayscale: #858585. Windows color (decimal): -4424415 or 2194876. OLE color: 2194876.

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

Color convert

RGB 188 125 33 -
CMYK 0 0.34 0.82 0.26
HSL 35.61º 0.7% 0.43% -
HSV(B) 35.61º 0.82% 0.74% -
XYZ 28.35 25.47 4.86 -
YUV 133.35 71.37 166.98 -
System Red Green Blue C M Y K H S L
Decimal 188 125 33 0 0.34 0.82 0.26 35.61 0.7 0.43
Hex BC 7D 21 0 22 52 1A 24 46 2B
Octal 274 175 41 0 42 122 32 44 106 53
Binary 10111100 1111101 100001 0 100010 1010010 11010 100100 1000110 101011

Color Harmonies of #BC7D21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7D21

Black with #BC7D21

Text Example


Text Example

White with #BC7D21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7D21; }

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

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

background-color css

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

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

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

border-color css

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

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

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