Html Css Color HEX #B16D1C Pirate Gold

📋 copy color: '#B16D1C'

red 177 ◦ green 109 ◦ blue 28

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

Shades of Pirate Gold #B16D1C

Tints of Pirate Gold #B16D1C

RGB

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

 GREEN value IS 109 (42.97% from 255) = 34.71%

 BLUE value IS 28 (11.33% from 255) = 8.92%

R = 56.37%
G = 34.71%
B = 8.92%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#B16D1C (or 0xB16D1C) is known color: Pirate Gold. HEX triplet: B1, 6D and 1C. RGB value is (177,109,28). Sum of RGB (Red+Green+Blue) = 177+109+28=314 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.37% from 314); Green value is 109 (42.97% from 255 or 34.71% from 314); Blue value is 28 (11.33% from 255 or 8.92% from 314); Max value from RGB is 177 - color contains mainly: red. Hex color #B16D1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16D1C is #4E92E3. Grayscale: #787878. Windows color (decimal): -5149412 or 1863089. OLE color: 1863089.

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

Color convert

RGB 177 109 28 -
CMYK 0 0.38 0.84 0.31
HSL 32.62º 0.73% 0.4% -
HSV(B) 32.62º 0.84% 0.69% -
XYZ 23.81 20.37 3.78 -
YUV 120.1 76.03 168.59 -
System Red Green Blue C M Y K H S L
Decimal 177 109 28 0 0.38 0.84 0.31 32.62 0.73 0.4
Hex B1 6D 1C 0 26 54 1F 21 49 28
Octal 261 155 34 0 46 124 37 41 111 50
Binary 10110001 1101101 11100 0 100110 1010100 11111 100001 1001001 101000

Color Harmonies of #B16D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16D1C

Black with #B16D1C

Text Example


Text Example

White with #B16D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16D1C; }

 p { color: rgb(177,109,28); }

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

background-color css

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

 a { background-color: rgb(177,109,28); }

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

border-color css

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

 span { border-color: rgb(177,109,28); }

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