Html Css Color HEX #BC7327 Pirate Gold

📋 copy color: '#BC7327'

red 188 ◦ green 115 ◦ blue 39

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

Shades of Pirate Gold #BC7327

Tints of Pirate Gold #BC7327

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 11.4%

R = 54.97%
G = 33.63%
B = 11.4%

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

#BC7327 (or 0xBC7327) is known color: Pirate Gold. HEX triplet: BC, 73 and 27. RGB value is (188,115,39). Sum of RGB (Red+Green+Blue) = 188+115+39=342 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.97% from 342); Green value is 115 (45.31% from 255 or 33.63% from 342); Blue value is 39 (15.62% from 255 or 11.40% from 342); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7327 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7327 is #438CD8. Grayscale: #808080. Windows color (decimal): -4426969 or 2585532. OLE color: 2585532.

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

Color convert

RGB 188 115 39 -
CMYK 0 0.39 0.79 0.26
HSL 30.6º 0.66% 0.45% -
HSV(B) 30.6º 0.79% 0.74% -
XYZ 27.24 23.1 4.94 -
YUV 128.16 77.68 170.68 -
System Red Green Blue C M Y K H S L
Decimal 188 115 39 0 0.39 0.79 0.26 30.6 0.66 0.45
Hex BC 73 27 0 27 4F 1A 1F 42 2D
Octal 274 163 47 0 47 117 32 37 102 55
Binary 10111100 1110011 100111 0 100111 1001111 11010 11111 1000010 101101

Color Harmonies of #BC7327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7327

Black with #BC7327

Text Example


Text Example

White with #BC7327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7327; }

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

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

background-color css

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

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

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

border-color css

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

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

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