Html Css Color HEX #B1761A Pirate Gold

📋 copy color: '#B1761A'

red 177 ◦ green 118 ◦ blue 26

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

Shades of Pirate Gold #B1761A

Tints of Pirate Gold #B1761A

RGB

 RED value IS 177 (69.53% from 255) = 55.14%

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

 BLUE value IS 26 (10.55% from 255) = 8.1%

R = 55.14%
G = 36.76%
B = 8.1%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#B1761A (or 0xB1761A) is known color: Pirate Gold. HEX triplet: B1, 76 and 1A. RGB value is (177,118,26). Sum of RGB (Red+Green+Blue) = 177+118+26=321 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.14% from 321); Green value is 118 (46.48% from 255 or 36.76% from 321); Blue value is 26 (10.55% from 255 or 8.10% from 321); Max value from RGB is 177 - color contains mainly: red. Hex color #B1761A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1761A is #4E89E5. Grayscale: #7D7D7D. Windows color (decimal): -5147110 or 1734321. OLE color: 1734321.

HSL color Cylindrical-coordinate representation of color #B1761A: hue angle of 36.56º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B1761A is Cyan = 0, Magento = 0.33, Yellow = 0.85 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 118 26 -
CMYK 0 0.33 0.85 0.31
HSL 36.56º 0.74% 0.4% -
HSV(B) 36.56º 0.85% 0.69% -
XYZ 24.8 22.38 3.99 -
YUV 125.15 72.05 164.98 -
System Red Green Blue C M Y K H S L
Decimal 177 118 26 0 0.33 0.85 0.31 36.56 0.74 0.4
Hex B1 76 1A 0 21 55 1F 25 4A 28
Octal 261 166 32 0 41 125 37 45 112 50
Binary 10110001 1110110 11010 0 100001 1010101 11111 100101 1001010 101000

Color Harmonies of #B1761A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1761A

Black with #B1761A

Text Example


Text Example

White with #B1761A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1761A; }

 p { color: rgb(177,118,26); }

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

background-color css

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

 a { background-color: rgb(177,118,26); }

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

border-color css

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

 span { border-color: rgb(177,118,26); }

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