Html Css Color HEX #B16919 Pirate Gold

📋 copy color: '#B16919'

red 177 ◦ green 105 ◦ blue 25

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

Shades of Pirate Gold #B16919

Tints of Pirate Gold #B16919

RGB

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

 GREEN value IS 105 (41.41% from 255) = 34.2%

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

R = 57.65%
G = 34.2%
B = 8.14%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#B16919 (or 0xB16919) is known color: Pirate Gold. HEX triplet: B1, 69 and 19. RGB value is (177,105,25). Sum of RGB (Red+Green+Blue) = 177+105+25=307 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.65% from 307); Green value is 105 (41.41% from 255 or 34.20% from 307); Blue value is 25 (10.16% from 255 or 8.14% from 307); Max value from RGB is 177 - color contains mainly: red. Hex color #B16919 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B16919 is #4E96E6. Grayscale: #757575. Windows color (decimal): -5150439 or 1665457. OLE color: 1665457.

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

Color convert

RGB 177 105 25 -
CMYK 0 0.41 0.86 0.31
HSL 31.58º 0.75% 0.4% -
HSV(B) 31.58º 0.86% 0.69% -
XYZ 23.36 19.52 3.46 -
YUV 117.41 75.85 170.5 -
System Red Green Blue C M Y K H S L
Decimal 177 105 25 0 0.41 0.86 0.31 31.58 0.75 0.4
Hex B1 69 19 0 29 56 1F 20 4B 28
Octal 261 151 31 0 51 126 37 40 113 50
Binary 10110001 1101001 11001 0 101001 1010110 11111 100000 1001011 101000

Color Harmonies of #B16919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16919

Black with #B16919

Text Example


Text Example

White with #B16919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16919; }

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

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

background-color css

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

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

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

border-color css

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

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

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