Html Css Color HEX #B16A1A Pirate Gold

📋 copy color: '#B16A1A'

red 177 ◦ green 106 ◦ blue 26

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

Shades of Pirate Gold #B16A1A

Tints of Pirate Gold #B16A1A

RGB

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

 GREEN value IS 106 (41.8% from 255) = 34.3%

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

R = 57.28%
G = 34.3%
B = 8.41%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#B16A1A (or 0xB16A1A) is known color: Pirate Gold. HEX triplet: B1, 6A and 1A. RGB value is (177,106,26). Sum of RGB (Red+Green+Blue) = 177+106+26=309 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.28% from 309); Green value is 106 (41.80% from 255 or 34.30% from 309); Blue value is 26 (10.55% from 255 or 8.41% from 309); Max value from RGB is 177 - color contains mainly: red. Hex color #B16A1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16A1A is #4E95E5. Grayscale: #767676. Windows color (decimal): -5150182 or 1731249. OLE color: 1731249.

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

Color convert

RGB 177 106 26 -
CMYK 0 0.40 0.85 0.31
HSL 31.79º 0.74% 0.4% -
HSV(B) 31.79º 0.85% 0.69% -
XYZ 23.47 19.73 3.55 -
YUV 118.11 76.02 170 -
System Red Green Blue C M Y K H S L
Decimal 177 106 26 0 0.40 0.85 0.31 31.79 0.74 0.4
Hex B1 6A 1A 0 28 55 1F 20 4A 28
Octal 261 152 32 0 50 125 37 40 112 50
Binary 10110001 1101010 11010 0 101000 1010101 11111 100000 1001010 101000

Color Harmonies of #B16A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16A1A

Black with #B16A1A

Text Example


Text Example

White with #B16A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16A1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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