Html Css Color HEX #BC701B Pirate Gold

📋 copy color: '#BC701B'

red 188 ◦ green 112 ◦ blue 27

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

Shades of Pirate Gold #BC701B

Tints of Pirate Gold #BC701B

RGB

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

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

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

R = 57.49%
G = 34.25%
B = 8.26%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#BC701B (or 0xBC701B) is known color: Pirate Gold. HEX triplet: BC, 70 and 1B. RGB value is (188,112,27). Sum of RGB (Red+Green+Blue) = 188+112+27=327 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.49% from 327); Green value is 112 (44.14% from 255 or 34.25% from 327); Blue value is 27 (10.94% from 255 or 8.26% from 327); Max value from RGB is 188 - color contains mainly: red. Hex color #BC701B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC701B is #438FE4. Grayscale: #7D7D7D. Windows color (decimal): -4427749 or 1798332. OLE color: 1798332.

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

Color convert

RGB 188 112 27 -
CMYK 0 0.40 0.86 0.26
HSL 31.68º 0.75% 0.42% -
HSV(B) 31.68º 0.86% 0.74% -
XYZ 26.73 22.36 3.94 -
YUV 125.03 72.68 172.91 -
System Red Green Blue C M Y K H S L
Decimal 188 112 27 0 0.40 0.86 0.26 31.68 0.75 0.42
Hex BC 70 1B 0 28 56 1A 20 4B 2A
Octal 274 160 33 0 50 126 32 40 113 52
Binary 10111100 1110000 11011 0 101000 1010110 11010 100000 1001011 101010

Color Harmonies of #BC701B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC701B

Black with #BC701B

Text Example


Text Example

White with #BC701B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC701B; }

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

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

background-color css

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

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

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

border-color css

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

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

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