Html Css Color HEX #BC721B Pirate Gold

📋 copy color: '#BC721B'

red 188 ◦ green 114 ◦ blue 27

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

Shades of Pirate Gold #BC721B

Tints of Pirate Gold #BC721B

RGB

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

 GREEN value IS 114 (44.92% from 255) = 34.65%

 BLUE value IS 27 (10.94% from 255) = 8.21%

R = 57.14%
G = 34.65%
B = 8.21%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#BC721B (or 0xBC721B) is known color: Pirate Gold. HEX triplet: BC, 72 and 1B. RGB value is (188,114,27). Sum of RGB (Red+Green+Blue) = 188+114+27=329 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.14% from 329); Green value is 114 (44.92% from 255 or 34.65% from 329); Blue value is 27 (10.94% from 255 or 8.21% from 329); Max value from RGB is 188 - color contains mainly: red. Hex color #BC721B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC721B is #438DE4. Grayscale: #7E7E7E. Windows color (decimal): -4427237 or 1798844. OLE color: 1798844.

HSL color Cylindrical-coordinate representation of color #BC721B: hue angle of 32.42º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BC721B is Cyan = 0, Magento = 0.39, Yellow = 0.86 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 114 27 -
CMYK 0 0.39 0.86 0.26
HSL 32.42º 0.75% 0.42% -
HSV(B) 32.42º 0.86% 0.74% -
XYZ 26.95 22.81 4.02 -
YUV 126.21 72.02 172.07 -
System Red Green Blue C M Y K H S L
Decimal 188 114 27 0 0.39 0.86 0.26 32.42 0.75 0.42
Hex BC 72 1B 0 27 56 1A 20 4B 2A
Octal 274 162 33 0 47 126 32 40 113 52
Binary 10111100 1110010 11011 0 100111 1010110 11010 100000 1001011 101010

Color Harmonies of #BC721B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC721B

Black with #BC721B

Text Example


Text Example

White with #BC721B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC721B; }

 p { color: rgb(188,114,27); }

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

background-color css

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

 a { background-color: rgb(188,114,27); }

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

border-color css

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

 span { border-color: rgb(188,114,27); }

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