Html Css Color HEX #B17A1A Pirate Gold

📋 copy color: '#B17A1A'

red 177 ◦ green 122 ◦ blue 26

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

Shades of Pirate Gold #B17A1A

Tints of Pirate Gold #B17A1A

RGB

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

 GREEN value IS 122 (48.05% from 255) = 37.54%

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

R = 54.46%
G = 37.54%
B = 8%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#B17A1A (or 0xB17A1A) is known color: Pirate Gold. HEX triplet: B1, 7A and 1A. RGB value is (177,122,26). Sum of RGB (Red+Green+Blue) = 177+122+26=325 (43% of max value = 765). Red value is 177 (69.53% from 255 or 54.46% from 325); Green value is 122 (48.05% from 255 or 37.54% from 325); Blue value is 26 (10.55% from 255 or 8% from 325); Max value from RGB is 177 - color contains mainly: red. Hex color #B17A1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17A1A is #4E85E5. Grayscale: #7F7F7F. Windows color (decimal): -5146086 or 1735345. OLE color: 1735345.

HSL color Cylindrical-coordinate representation of color #B17A1A: hue angle of 38.15º 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 #B17A1A is Cyan = 0, Magento = 0.31, Yellow = 0.85 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 122 26 -
CMYK 0 0.31 0.85 0.31
HSL 38.15º 0.74% 0.4% -
HSV(B) 38.15º 0.85% 0.69% -
XYZ 25.28 23.34 4.15 -
YUV 127.5 70.72 163.31 -
System Red Green Blue C M Y K H S L
Decimal 177 122 26 0 0.31 0.85 0.31 38.15 0.74 0.4
Hex B1 7A 1A 0 1F 55 1F 26 4A 28
Octal 261 172 32 0 37 125 37 46 112 50
Binary 10110001 1111010 11010 0 11111 1010101 11111 100110 1001010 101000

Color Harmonies of #B17A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17A1A

Black with #B17A1A

Text Example


Text Example

White with #B17A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17A1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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