Html Css Color HEX #B16C1B Pirate Gold

📋 copy color: '#B16C1B'

red 177 ◦ green 108 ◦ blue 27

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

Shades of Pirate Gold #B16C1B

Tints of Pirate Gold #B16C1B

RGB

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

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

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

R = 56.73%
G = 34.62%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#B16C1B (or 0xB16C1B) is known color: Pirate Gold. HEX triplet: B1, 6C and 1B. RGB value is (177,108,27). Sum of RGB (Red+Green+Blue) = 177+108+27=312 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.73% from 312); Green value is 108 (42.58% from 255 or 34.62% from 312); Blue value is 27 (10.94% from 255 or 8.65% from 312); Max value from RGB is 177 - color contains mainly: red. Hex color #B16C1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16C1B is #4E93E4. Grayscale: #777777. Windows color (decimal): -5149669 or 1797297. OLE color: 1797297.

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

Color convert

RGB 177 108 27 -
CMYK 0 0.39 0.85 0.31
HSL 32.4º 0.74% 0.4% -
HSV(B) 32.4º 0.85% 0.69% -
XYZ 23.69 20.15 3.68 -
YUV 119.4 75.86 169.09 -
System Red Green Blue C M Y K H S L
Decimal 177 108 27 0 0.39 0.85 0.31 32.4 0.74 0.4
Hex B1 6C 1B 0 27 55 1F 20 4A 28
Octal 261 154 33 0 47 125 37 40 112 50
Binary 10110001 1101100 11011 0 100111 1010101 11111 100000 1001010 101000

Color Harmonies of #B16C1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16C1B

Black with #B16C1B

Text Example


Text Example

White with #B16C1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16C1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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