Html Css Color HEX #B16A19 Pirate Gold

📋 copy color: '#B16A19'

red 177 ◦ green 106 ◦ blue 25

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

Shades of Pirate Gold #B16A19

Tints of Pirate Gold #B16A19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 8.12%

R = 57.47%
G = 34.42%
B = 8.12%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#B16A19 (or 0xB16A19) is known color: Pirate Gold. HEX triplet: B1, 6A and 19. RGB value is (177,106,25). Sum of RGB (Red+Green+Blue) = 177+106+25=308 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.47% from 308); Green value is 106 (41.80% from 255 or 34.42% from 308); Blue value is 25 (10.16% from 255 or 8.12% from 308); Max value from RGB is 177 - color contains mainly: red. Hex color #B16A19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B16A19 is #4E95E6. Grayscale: #767676. Windows color (decimal): -5150183 or 1665713. OLE color: 1665713.

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

Color convert

RGB 177 106 25 -
CMYK 0 0.40 0.86 0.31
HSL 31.97º 0.75% 0.4% -
HSV(B) 31.97º 0.86% 0.69% -
XYZ 23.46 19.73 3.49 -
YUV 118 75.52 170.09 -
System Red Green Blue C M Y K H S L
Decimal 177 106 25 0 0.40 0.86 0.31 31.97 0.75 0.4
Hex B1 6A 19 0 28 56 1F 20 4B 28
Octal 261 152 31 0 50 126 37 40 113 50
Binary 10110001 1101010 11001 0 101000 1010110 11111 100000 1001011 101000

Color Harmonies of #B16A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16A19

Black with #B16A19

Text Example


Text Example

White with #B16A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16A19; }

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

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

background-color css

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

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

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

border-color css

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

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

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