Html Css Color HEX #B16E1B Pirate Gold

📋 copy color: '#B16E1B'

red 177 ◦ green 110 ◦ blue 27

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

Shades of Pirate Gold #B16E1B

Tints of Pirate Gold #B16E1B

RGB

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

 GREEN value IS 110 (43.36% from 255) = 35.03%

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

R = 56.37%
G = 35.03%
B = 8.6%

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

#B16E1B (or 0xB16E1B) is known color: Pirate Gold. HEX triplet: B1, 6E and 1B. RGB value is (177,110,27). Sum of RGB (Red+Green+Blue) = 177+110+27=314 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.37% from 314); Green value is 110 (43.36% from 255 or 35.03% from 314); Blue value is 27 (10.94% from 255 or 8.60% from 314); Max value from RGB is 177 - color contains mainly: red. Hex color #B16E1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16E1B is #4E91E4. Grayscale: #787878. Windows color (decimal): -5149157 or 1797809. OLE color: 1797809.

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

Color convert

RGB 177 110 27 -
CMYK 0 0.38 0.85 0.31
HSL 33.2º 0.74% 0.4% -
HSV(B) 33.2º 0.85% 0.69% -
XYZ 23.91 20.58 3.75 -
YUV 120.57 75.2 168.25 -
System Red Green Blue C M Y K H S L
Decimal 177 110 27 0 0.38 0.85 0.31 33.2 0.74 0.4
Hex B1 6E 1B 0 26 55 1F 21 4A 28
Octal 261 156 33 0 46 125 37 41 112 50
Binary 10110001 1101110 11011 0 100110 1010101 11111 100001 1001010 101000

Color Harmonies of #B16E1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16E1B

Black with #B16E1B

Text Example


Text Example

White with #B16E1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16E1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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