Html Css Color HEX #B16D1B Pirate Gold

📋 copy color: '#B16D1B'

red 177 ◦ green 109 ◦ blue 27

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

Shades of Pirate Gold #B16D1B

Tints of Pirate Gold #B16D1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.63%

R = 56.55%
G = 34.82%
B = 8.63%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#B16D1B (or 0xB16D1B) is known color: Pirate Gold. HEX triplet: B1, 6D and 1B. RGB value is (177,109,27). Sum of RGB (Red+Green+Blue) = 177+109+27=313 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.55% from 313); Green value is 109 (42.97% from 255 or 34.82% from 313); Blue value is 27 (10.94% from 255 or 8.63% from 313); Max value from RGB is 177 - color contains mainly: red. Hex color #B16D1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16D1B is #4E92E4. Grayscale: #787878. Windows color (decimal): -5149413 or 1797553. OLE color: 1797553.

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

Color convert

RGB 177 109 27 -
CMYK 0 0.38 0.85 0.31
HSL 32.8º 0.74% 0.4% -
HSV(B) 32.8º 0.85% 0.69% -
XYZ 23.8 20.36 3.71 -
YUV 119.98 75.53 168.67 -
System Red Green Blue C M Y K H S L
Decimal 177 109 27 0 0.38 0.85 0.31 32.8 0.74 0.4
Hex B1 6D 1B 0 26 55 1F 21 4A 28
Octal 261 155 33 0 46 125 37 41 112 50
Binary 10110001 1101101 11011 0 100110 1010101 11111 100001 1001010 101000

Color Harmonies of #B16D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16D1B

Black with #B16D1B

Text Example


Text Example

White with #B16D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16D1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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