Html Css Color HEX #BC762C Pirate Gold

📋 copy color: '#BC762C'

red 188 ◦ green 118 ◦ blue 44

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

Shades of Pirate Gold #BC762C

Tints of Pirate Gold #BC762C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 33.71%

 BLUE value IS 44 (17.58% from 255) = 12.57%

R = 53.71%
G = 33.71%
B = 12.57%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BC762C (or 0xBC762C) is known color: Pirate Gold. HEX triplet: BC, 76 and 2C. RGB value is (188,118,44). Sum of RGB (Red+Green+Blue) = 188+118+44=350 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.71% from 350); Green value is 118 (46.48% from 255 or 33.71% from 350); Blue value is 44 (17.58% from 255 or 12.57% from 350); Max value from RGB is 188 - color contains mainly: red. Hex color #BC762C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC762C is #4389D3. Grayscale: #828282. Windows color (decimal): -4426196 or 2913980. OLE color: 2913980.

HSL color Cylindrical-coordinate representation of color #BC762C: hue angle of 30.83º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BC762C is Cyan = 0, Magento = 0.37, Yellow = 0.77 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 118 44 -
CMYK 0 0.37 0.77 0.26
HSL 30.83º 0.62% 0.45% -
HSV(B) 30.83º 0.77% 0.74% -
XYZ 27.67 23.83 5.52 -
YUV 130.49 79.19 169.02 -
System Red Green Blue C M Y K H S L
Decimal 188 118 44 0 0.37 0.77 0.26 30.83 0.62 0.45
Hex BC 76 2C 0 25 4D 1A 1F 3E 2D
Octal 274 166 54 0 45 115 32 37 76 55
Binary 10111100 1110110 101100 0 100101 1001101 11010 11111 111110 101101

Color Harmonies of #BC762C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC762C

Black with #BC762C

Text Example


Text Example

White with #BC762C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC762C; }

 p { color: rgb(188,118,44); }

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

background-color css

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

 a { background-color: rgb(188,118,44); }

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

border-color css

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

 span { border-color: rgb(188,118,44); }

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