Html Css Color HEX #BC7D26 Pirate Gold

📋 copy color: '#BC7D26'

red 188 ◦ green 125 ◦ blue 38

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

Shades of Pirate Gold #BC7D26

Tints of Pirate Gold #BC7D26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 10.83%

R = 53.56%
G = 35.61%
B = 10.83%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.80

 K value IS 0.26

RGB Variations

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

Color information

#BC7D26 (or 0xBC7D26) is known color: Pirate Gold. HEX triplet: BC, 7D and 26. RGB value is (188,125,38). Sum of RGB (Red+Green+Blue) = 188+125+38=351 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.56% from 351); Green value is 125 (49.22% from 255 or 35.61% from 351); Blue value is 38 (15.23% from 255 or 10.83% from 351); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7D26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7D26 is #4382D9. Grayscale: #868686. Windows color (decimal): -4424410 or 2522556. OLE color: 2522556.

HSL color Cylindrical-coordinate representation of color #BC7D26: hue angle of 34.8º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC7D26 is Cyan = 0, Magento = 0.34, Yellow = 0.80 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 125 38 -
CMYK 0 0.34 0.80 0.26
HSL 34.8º 0.66% 0.44% -
HSV(B) 34.8º 0.8% 0.74% -
XYZ 28.42 25.5 5.26 -
YUV 133.92 73.87 166.57 -
System Red Green Blue C M Y K H S L
Decimal 188 125 38 0 0.34 0.80 0.26 34.8 0.66 0.44
Hex BC 7D 26 0 22 50 1A 23 42 2C
Octal 274 175 46 0 42 120 32 43 102 54
Binary 10111100 1111101 100110 0 100010 1010000 11010 100011 1000010 101100

Color Harmonies of #BC7D26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7D26

Black with #BC7D26

Text Example


Text Example

White with #BC7D26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7D26; }

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

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

background-color css

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

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

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

border-color css

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

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

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