Html Css Color HEX #B16E20 Pirate Gold

📋 copy color: '#B16E20'

red 177 ◦ green 110 ◦ blue 32

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

Shades of Pirate Gold #B16E20

Tints of Pirate Gold #B16E20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 10.03%

R = 55.49%
G = 34.48%
B = 10.03%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#B16E20 (or 0xB16E20) is known color: Pirate Gold. HEX triplet: B1, 6E and 20. RGB value is (177,110,32). Sum of RGB (Red+Green+Blue) = 177+110+32=319 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.49% from 319); Green value is 110 (43.36% from 255 or 34.48% from 319); Blue value is 32 (12.89% from 255 or 10.03% from 319); Max value from RGB is 177 - color contains mainly: red. Hex color #B16E20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16E20 is #4E91DF. Grayscale: #797979. Windows color (decimal): -5149152 or 2125489. OLE color: 2125489.

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

Color convert

RGB 177 110 32 -
CMYK 0 0.38 0.82 0.31
HSL 32.28º 0.69% 0.41% -
HSV(B) 32.28º 0.82% 0.69% -
XYZ 23.97 20.6 4.08 -
YUV 121.14 77.7 167.84 -
System Red Green Blue C M Y K H S L
Decimal 177 110 32 0 0.38 0.82 0.31 32.28 0.69 0.41
Hex B1 6E 20 0 26 52 1F 20 45 29
Octal 261 156 40 0 46 122 37 40 105 51
Binary 10110001 1101110 100000 0 100110 1010010 11111 100000 1000101 101001

Color Harmonies of #B16E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16E20

Black with #B16E20

Text Example


Text Example

White with #B16E20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16E20; }

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

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

background-color css

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

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

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

border-color css

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

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

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