Html Css Color HEX #BC7426 Pirate Gold

📋 copy color: '#BC7426'

red 188 ◦ green 116 ◦ blue 38

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

Shades of Pirate Gold #BC7426

Tints of Pirate Gold #BC7426

RGB

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

 GREEN value IS 116 (45.7% from 255) = 33.92%

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

R = 54.97%
G = 33.92%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.80

 K value IS 0.26

RGB Variations

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

Color information

#BC7426 (or 0xBC7426) is known color: Pirate Gold. HEX triplet: BC, 74 and 26. RGB value is (188,116,38). Sum of RGB (Red+Green+Blue) = 188+116+38=342 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.97% from 342); Green value is 116 (45.70% from 255 or 33.92% from 342); Blue value is 38 (15.23% from 255 or 11.11% from 342); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7426 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7426 is #438BD9. Grayscale: #818181. Windows color (decimal): -4426714 or 2520252. OLE color: 2520252.

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

Color convert

RGB 188 116 38 -
CMYK 0 0.38 0.80 0.26
HSL 31.2º 0.66% 0.44% -
HSV(B) 31.2º 0.8% 0.74% -
XYZ 27.33 23.32 4.89 -
YUV 128.64 76.85 170.34 -
System Red Green Blue C M Y K H S L
Decimal 188 116 38 0 0.38 0.80 0.26 31.2 0.66 0.44
Hex BC 74 26 0 26 50 1A 1F 42 2C
Octal 274 164 46 0 46 120 32 37 102 54
Binary 10111100 1110100 100110 0 100110 1010000 11010 11111 1000010 101100

Color Harmonies of #BC7426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7426

Black with #BC7426

Text Example


Text Example

White with #BC7426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7426; }

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

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

background-color css

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

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

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

border-color css

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

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

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