Html Css Color HEX #B1711D Pirate Gold

📋 copy color: '#B1711D'

red 177 ◦ green 113 ◦ blue 29

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

Shades of Pirate Gold #B1711D

Tints of Pirate Gold #B1711D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 35.42%

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

R = 55.49%
G = 35.42%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#B1711D (or 0xB1711D) is known color: Pirate Gold. HEX triplet: B1, 71 and 1D. RGB value is (177,113,29). Sum of RGB (Red+Green+Blue) = 177+113+29=319 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.49% from 319); Green value is 113 (44.53% from 255 or 35.42% from 319); Blue value is 29 (11.72% from 255 or 9.09% from 319); Max value from RGB is 177 - color contains mainly: red. Hex color #B1711D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1711D is #4E8EE2. Grayscale: #7A7A7A. Windows color (decimal): -5148387 or 1929649. OLE color: 1929649.

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

Color convert

RGB 177 113 29 -
CMYK 0 0.36 0.84 0.31
HSL 34.05º 0.72% 0.4% -
HSV(B) 34.05º 0.84% 0.69% -
XYZ 24.26 21.25 3.98 -
YUV 122.56 75.2 166.83 -
System Red Green Blue C M Y K H S L
Decimal 177 113 29 0 0.36 0.84 0.31 34.05 0.72 0.4
Hex B1 71 1D 0 24 54 1F 22 48 28
Octal 261 161 35 0 44 124 37 42 110 50
Binary 10110001 1110001 11101 0 100100 1010100 11111 100010 1001000 101000

Color Harmonies of #B1711D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1711D

Black with #B1711D

Text Example


Text Example

White with #B1711D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1711D; }

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

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

background-color css

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

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

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

border-color css

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

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

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