Html Css Color HEX #BC7B2D Pirate Gold

📋 copy color: '#BC7B2D'

red 188 ◦ green 123 ◦ blue 45

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

Shades of Pirate Gold #BC7B2D

Tints of Pirate Gold #BC7B2D

RGB

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

 GREEN value IS 123 (48.44% from 255) = 34.55%

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

R = 52.81%
G = 34.55%
B = 12.64%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#BC7B2D (or 0xBC7B2D) is known color: Pirate Gold. HEX triplet: BC, 7B and 2D. RGB value is (188,123,45). Sum of RGB (Red+Green+Blue) = 188+123+45=356 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.81% from 356); Green value is 123 (48.44% from 255 or 34.55% from 356); Blue value is 45 (17.97% from 255 or 12.64% from 356); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7B2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7B2D is #4384D2. Grayscale: #858585. Windows color (decimal): -4424915 or 2980796. OLE color: 2980796.

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

Color convert

RGB 188 123 45 -
CMYK 0 0.35 0.76 0.26
HSL 32.73º 0.61% 0.46% -
HSV(B) 32.73º 0.76% 0.74% -
XYZ 28.3 25.05 5.83 -
YUV 133.54 78.03 166.84 -
System Red Green Blue C M Y K H S L
Decimal 188 123 45 0 0.35 0.76 0.26 32.73 0.61 0.46
Hex BC 7B 2D 0 23 4C 1A 21 3D 2E
Octal 274 173 55 0 43 114 32 41 75 56
Binary 10111100 1111011 101101 0 100011 1001100 11010 100001 111101 101110

Color Harmonies of #BC7B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7B2D

Black with #BC7B2D

Text Example


Text Example

White with #BC7B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7B2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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