Html Css Color HEX #BC762D Pirate Gold

📋 copy color: '#BC762D'

red 188 ◦ green 118 ◦ blue 45

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

Shades of Pirate Gold #BC762D

Tints of Pirate Gold #BC762D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12.82%

R = 53.56%
G = 33.62%
B = 12.82%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#BC762D (or 0xBC762D) is known color: Pirate Gold. HEX triplet: BC, 76 and 2D. RGB value is (188,118,45). Sum of RGB (Red+Green+Blue) = 188+118+45=351 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.56% from 351); Green value is 118 (46.48% from 255 or 33.62% from 351); Blue value is 45 (17.97% from 255 or 12.82% from 351); Max value from RGB is 188 - color contains mainly: red. Hex color #BC762D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC762D is #4389D2. Grayscale: #828282. Windows color (decimal): -4426195 or 2979516. OLE color: 2979516.

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

Color convert

RGB 188 118 45 -
CMYK 0 0.37 0.76 0.26
HSL 30.63º 0.61% 0.46% -
HSV(B) 30.63º 0.76% 0.74% -
XYZ 27.69 23.84 5.62 -
YUV 130.61 79.69 168.94 -
System Red Green Blue C M Y K H S L
Decimal 188 118 45 0 0.37 0.76 0.26 30.63 0.61 0.46
Hex BC 76 2D 0 25 4C 1A 1F 3D 2E
Octal 274 166 55 0 45 114 32 37 75 56
Binary 10111100 1110110 101101 0 100101 1001100 11010 11111 111101 101110

Color Harmonies of #BC762D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC762D

Black with #BC762D

Text Example


Text Example

White with #BC762D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC762D; }

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

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

background-color css

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

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

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

border-color css

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

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

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