Html Css Color HEX #BC772D Pirate Gold

📋 copy color: '#BC772D'

red 188 ◦ green 119 ◦ blue 45

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

Shades of Pirate Gold #BC772D

Tints of Pirate Gold #BC772D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 33.81%

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

R = 53.41%
G = 33.81%
B = 12.78%

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

#BC772D (or 0xBC772D) is known color: Pirate Gold. HEX triplet: BC, 77 and 2D. RGB value is (188,119,45). Sum of RGB (Red+Green+Blue) = 188+119+45=352 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.41% from 352); Green value is 119 (46.88% from 255 or 33.81% from 352); Blue value is 45 (17.97% from 255 or 12.78% from 352); Max value from RGB is 188 - color contains mainly: red. Hex color #BC772D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC772D is #4388D2. Grayscale: #838383. Windows color (decimal): -4425939 or 2979772. OLE color: 2979772.

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

Color convert

RGB 188 119 45 -
CMYK 0 0.37 0.76 0.26
HSL 31.05º 0.61% 0.46% -
HSV(B) 31.05º 0.76% 0.74% -
XYZ 27.81 24.07 5.66 -
YUV 131.2 79.36 168.52 -
System Red Green Blue C M Y K H S L
Decimal 188 119 45 0 0.37 0.76 0.26 31.05 0.61 0.46
Hex BC 77 2D 0 25 4C 1A 1F 3D 2E
Octal 274 167 55 0 45 114 32 37 75 56
Binary 10111100 1110111 101101 0 100101 1001100 11010 11111 111101 101110

Color Harmonies of #BC772D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC772D

Black with #BC772D

Text Example


Text Example

White with #BC772D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC772D; }

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

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

background-color css

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

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

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

border-color css

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

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

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