Html Css Color HEX #B16C1D Pirate Gold

📋 copy color: '#B16C1D'

red 177 ◦ green 108 ◦ blue 29

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

Shades of Pirate Gold #B16C1D

Tints of Pirate Gold #B16C1D

RGB

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

 GREEN value IS 108 (42.58% from 255) = 34.39%

 BLUE value IS 29 (11.72% from 255) = 9.24%

R = 56.37%
G = 34.39%
B = 9.24%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#B16C1D (or 0xB16C1D) is known color: Pirate Gold. HEX triplet: B1, 6C and 1D. RGB value is (177,108,29). Sum of RGB (Red+Green+Blue) = 177+108+29=314 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.37% from 314); Green value is 108 (42.58% from 255 or 34.39% from 314); Blue value is 29 (11.72% from 255 or 9.24% from 314); Max value from RGB is 177 - color contains mainly: red. Hex color #B16C1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16C1D is #4E93E2. Grayscale: #787878. Windows color (decimal): -5149667 or 1928369. OLE color: 1928369.

HSL color Cylindrical-coordinate representation of color #B16C1D: hue angle of 32.03º degrees, saturation: 0.72, 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 #B16C1D is Cyan = 0, Magento = 0.39, Yellow = 0.84 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 108 29 -
CMYK 0 0.39 0.84 0.31
HSL 32.03º 0.72% 0.4% -
HSV(B) 32.03º 0.84% 0.69% -
XYZ 23.72 20.16 3.8 -
YUV 119.63 76.86 168.92 -
System Red Green Blue C M Y K H S L
Decimal 177 108 29 0 0.39 0.84 0.31 32.03 0.72 0.4
Hex B1 6C 1D 0 27 54 1F 20 48 28
Octal 261 154 35 0 47 124 37 40 110 50
Binary 10110001 1101100 11101 0 100111 1010100 11111 100000 1001000 101000

Color Harmonies of #B16C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16C1D

Black with #B16C1D

Text Example


Text Example

White with #B16C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16C1D; }

 p { color: rgb(177,108,29); }

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

background-color css

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

 a { background-color: rgb(177,108,29); }

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

border-color css

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

 span { border-color: rgb(177,108,29); }

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