Html Css Color HEX #BC772B Pirate Gold

📋 copy color: '#BC772B'

red 188 ◦ green 119 ◦ blue 43

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

Shades of Pirate Gold #BC772B

Tints of Pirate Gold #BC772B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.29%

R = 53.71%
G = 34%
B = 12.29%

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

#BC772B (or 0xBC772B) is known color: Pirate Gold. HEX triplet: BC, 77 and 2B. RGB value is (188,119,43). Sum of RGB (Red+Green+Blue) = 188+119+43=350 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.71% from 350); Green value is 119 (46.88% from 255 or 34% from 350); Blue value is 43 (17.19% from 255 or 12.29% from 350); Max value from RGB is 188 - color contains mainly: red. Hex color #BC772B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC772B is #4388D4. Grayscale: #838383. Windows color (decimal): -4425941 or 2848700. OLE color: 2848700.

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

Color convert

RGB 188 119 43 -
CMYK 0 0.37 0.77 0.26
HSL 31.45º 0.63% 0.45% -
HSV(B) 31.45º 0.77% 0.74% -
XYZ 27.77 24.06 5.47 -
YUV 130.97 78.36 168.68 -
System Red Green Blue C M Y K H S L
Decimal 188 119 43 0 0.37 0.77 0.26 31.45 0.63 0.45
Hex BC 77 2B 0 25 4D 1A 1F 3F 2D
Octal 274 167 53 0 45 115 32 37 77 55
Binary 10111100 1110111 101011 0 100101 1001101 11010 11111 111111 101101

Color Harmonies of #BC772B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC772B

Black with #BC772B

Text Example


Text Example

White with #BC772B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC772B; }

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

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

background-color css

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

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

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

border-color css

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

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

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