Html Css Color HEX #BC7D28 Pirate Gold

📋 copy color: '#BC7D28'

red 188 ◦ green 125 ◦ blue 40

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

Shades of Pirate Gold #BC7D28

Tints of Pirate Gold #BC7D28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.33%

R = 53.26%
G = 35.41%
B = 11.33%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#BC7D28 (or 0xBC7D28) is known color: Pirate Gold. HEX triplet: BC, 7D and 28. RGB value is (188,125,40). Sum of RGB (Red+Green+Blue) = 188+125+40=353 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.26% from 353); Green value is 125 (49.22% from 255 or 35.41% from 353); Blue value is 40 (16.02% from 255 or 11.33% from 353); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7D28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7D28 is #4382D7. Grayscale: #868686. Windows color (decimal): -4424408 or 2653628. OLE color: 2653628.

HSL color Cylindrical-coordinate representation of color #BC7D28: hue angle of 34.46º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BC7D28 is Cyan = 0, Magento = 0.34, Yellow = 0.79 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 125 40 -
CMYK 0 0.34 0.79 0.26
HSL 34.46º 0.65% 0.45% -
HSV(B) 34.46º 0.79% 0.74% -
XYZ 28.46 25.51 5.43 -
YUV 134.15 74.87 166.41 -
System Red Green Blue C M Y K H S L
Decimal 188 125 40 0 0.34 0.79 0.26 34.46 0.65 0.45
Hex BC 7D 28 0 22 4F 1A 22 41 2D
Octal 274 175 50 0 42 117 32 42 101 55
Binary 10111100 1111101 101000 0 100010 1001111 11010 100010 1000001 101101

Color Harmonies of #BC7D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7D28

Black with #BC7D28

Text Example


Text Example

White with #BC7D28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7D28; }

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

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

background-color css

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

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

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

border-color css

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

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

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