Html Css Color HEX #BC701D Pirate Gold

📋 copy color: '#BC701D'

red 188 ◦ green 112 ◦ blue 29

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

Shades of Pirate Gold #BC701D

Tints of Pirate Gold #BC701D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 34.04%

 BLUE value IS 29 (11.72% from 255) = 8.81%

R = 57.14%
G = 34.04%
B = 8.81%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#BC701D (or 0xBC701D) is known color: Pirate Gold. HEX triplet: BC, 70 and 1D. RGB value is (188,112,29). Sum of RGB (Red+Green+Blue) = 188+112+29=329 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.14% from 329); Green value is 112 (44.14% from 255 or 34.04% from 329); Blue value is 29 (11.72% from 255 or 8.81% from 329); Max value from RGB is 188 - color contains mainly: red. Hex color #BC701D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC701D is #438FE2. Grayscale: #7D7D7D. Windows color (decimal): -4427747 or 1929404. OLE color: 1929404.

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

Color convert

RGB 188 112 29 -
CMYK 0 0.40 0.85 0.26
HSL 31.32º 0.73% 0.43% -
HSV(B) 31.32º 0.85% 0.74% -
XYZ 26.75 22.37 4.07 -
YUV 125.26 73.68 172.75 -
System Red Green Blue C M Y K H S L
Decimal 188 112 29 0 0.40 0.85 0.26 31.32 0.73 0.43
Hex BC 70 1D 0 28 55 1A 1F 49 2B
Octal 274 160 35 0 50 125 32 37 111 53
Binary 10111100 1110000 11101 0 101000 1010101 11010 11111 1001001 101011

Color Harmonies of #BC701D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC701D

Black with #BC701D

Text Example


Text Example

White with #BC701D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC701D; }

 p { color: rgb(188,112,29); }

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

background-color css

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

 a { background-color: rgb(188,112,29); }

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

border-color css

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

 span { border-color: rgb(188,112,29); }

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