Html Css Color HEX #B16B1D Pirate Gold

📋 copy color: '#B16B1D'

red 177 ◦ green 107 ◦ blue 29

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

Shades of Pirate Gold #B16B1D

Tints of Pirate Gold #B16B1D

RGB

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

 GREEN value IS 107 (42.19% from 255) = 34.19%

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

R = 56.55%
G = 34.19%
B = 9.27%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#B16B1D (or 0xB16B1D) is known color: Pirate Gold. HEX triplet: B1, 6B and 1D. RGB value is (177,107,29). Sum of RGB (Red+Green+Blue) = 177+107+29=313 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.55% from 313); Green value is 107 (42.19% from 255 or 34.19% from 313); Blue value is 29 (11.72% from 255 or 9.27% from 313); Max value from RGB is 177 - color contains mainly: red. Hex color #B16B1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16B1D is #4E94E2. Grayscale: #777777. Windows color (decimal): -5149923 or 1928113. OLE color: 1928113.

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

Color convert

RGB 177 107 29 -
CMYK 0 0.40 0.84 0.31
HSL 31.62º 0.72% 0.4% -
HSV(B) 31.62º 0.84% 0.69% -
XYZ 23.61 19.95 3.77 -
YUV 119.04 77.19 169.34 -
System Red Green Blue C M Y K H S L
Decimal 177 107 29 0 0.40 0.84 0.31 31.62 0.72 0.4
Hex B1 6B 1D 0 28 54 1F 20 48 28
Octal 261 153 35 0 50 124 37 40 110 50
Binary 10110001 1101011 11101 0 101000 1010100 11111 100000 1001000 101000

Color Harmonies of #B16B1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16B1D

Black with #B16B1D

Text Example


Text Example

White with #B16B1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16B1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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