Html Css Color HEX #BC7226 Pirate Gold

📋 copy color: '#BC7226'

red 188 ◦ green 114 ◦ blue 38

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

Shades of Pirate Gold #BC7226

Tints of Pirate Gold #BC7226

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.53%

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

R = 55.29%
G = 33.53%
B = 11.18%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.80

 K value IS 0.26

RGB Variations

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

Color information

#BC7226 (or 0xBC7226) is known color: Pirate Gold. HEX triplet: BC, 72 and 26. RGB value is (188,114,38). Sum of RGB (Red+Green+Blue) = 188+114+38=340 (45% of max value = 765). Red value is 188 (73.83% from 255 or 55.29% from 340); Green value is 114 (44.92% from 255 or 33.53% from 340); Blue value is 38 (15.23% from 255 or 11.18% from 340); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7226 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7226 is #438DD9. Grayscale: #7F7F7F. Windows color (decimal): -4427226 or 2519740. OLE color: 2519740.

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

Color convert

RGB 188 114 38 -
CMYK 0 0.39 0.80 0.26
HSL 30.4º 0.66% 0.44% -
HSV(B) 30.4º 0.8% 0.74% -
XYZ 27.11 22.87 4.82 -
YUV 127.46 77.52 171.18 -
System Red Green Blue C M Y K H S L
Decimal 188 114 38 0 0.39 0.80 0.26 30.4 0.66 0.44
Hex BC 72 26 0 27 50 1A 1E 42 2C
Octal 274 162 46 0 47 120 32 36 102 54
Binary 10111100 1110010 100110 0 100111 1010000 11010 11110 1000010 101100

Color Harmonies of #BC7226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7226

Black with #BC7226

Text Example


Text Example

White with #BC7226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7226; }

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

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

background-color css

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

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

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

border-color css

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

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

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