Html Css Color HEX #BC7328 Pirate Gold

📋 copy color: '#BC7328'

red 188 ◦ green 115 ◦ blue 40

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

Shades of Pirate Gold #BC7328

Tints of Pirate Gold #BC7328

RGB

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

 GREEN value IS 115 (45.31% from 255) = 33.53%

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

R = 54.81%
G = 33.53%
B = 11.66%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#BC7328 (or 0xBC7328) is known color: Pirate Gold. HEX triplet: BC, 73 and 28. RGB value is (188,115,40). Sum of RGB (Red+Green+Blue) = 188+115+40=343 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.81% from 343); Green value is 115 (45.31% from 255 or 33.53% from 343); Blue value is 40 (16.02% from 255 or 11.66% from 343); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7328 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7328 is #438CD7. Grayscale: #808080. Windows color (decimal): -4426968 or 2651068. OLE color: 2651068.

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

Color convert

RGB 188 115 40 -
CMYK 0 0.39 0.79 0.26
HSL 30.41º 0.65% 0.45% -
HSV(B) 30.41º 0.79% 0.74% -
XYZ 27.25 23.11 5.03 -
YUV 128.28 78.18 170.6 -
System Red Green Blue C M Y K H S L
Decimal 188 115 40 0 0.39 0.79 0.26 30.41 0.65 0.45
Hex BC 73 28 0 27 4F 1A 1E 41 2D
Octal 274 163 50 0 47 117 32 36 101 55
Binary 10111100 1110011 101000 0 100111 1001111 11010 11110 1000001 101101

Color Harmonies of #BC7328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7328

Black with #BC7328

Text Example


Text Example

White with #BC7328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7328; }

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

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

background-color css

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

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

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

border-color css

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

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

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