Html Css Color HEX #BC7123 Pirate Gold

📋 copy color: '#BC7123'

red 188 ◦ green 113 ◦ blue 35

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

Shades of Pirate Gold #BC7123

Tints of Pirate Gold #BC7123

RGB

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

 GREEN value IS 113 (44.53% from 255) = 33.63%

 BLUE value IS 35 (14.06% from 255) = 10.42%

R = 55.95%
G = 33.63%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#BC7123 (or 0xBC7123) is known color: Pirate Gold. HEX triplet: BC, 71 and 23. RGB value is (188,113,35). Sum of RGB (Red+Green+Blue) = 188+113+35=336 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.95% from 336); Green value is 113 (44.53% from 255 or 33.63% from 336); Blue value is 35 (14.06% from 255 or 10.42% from 336); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7123 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7123 is #438EDC. Grayscale: #7E7E7E. Windows color (decimal): -4427485 or 2322876. OLE color: 2322876.

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

Color convert

RGB 188 113 35 -
CMYK 0 0.40 0.81 0.26
HSL 30.59º 0.69% 0.44% -
HSV(B) 30.59º 0.81% 0.74% -
XYZ 26.95 22.62 4.54 -
YUV 126.53 76.35 171.84 -
System Red Green Blue C M Y K H S L
Decimal 188 113 35 0 0.40 0.81 0.26 30.59 0.69 0.44
Hex BC 71 23 0 28 51 1A 1F 45 2C
Octal 274 161 43 0 50 121 32 37 105 54
Binary 10111100 1110001 100011 0 101000 1010001 11010 11111 1000101 101100

Color Harmonies of #BC7123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7123

Black with #BC7123

Text Example


Text Example

White with #BC7123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7123; }

 p { color: rgb(188,113,35); }

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

background-color css

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

 a { background-color: rgb(188,113,35); }

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

border-color css

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

 span { border-color: rgb(188,113,35); }

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