Html Css Color HEX #B1731E Pirate Gold

📋 copy color: '#B1731E'

red 177 ◦ green 115 ◦ blue 30

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

Shades of Pirate Gold #B1731E

Tints of Pirate Gold #B1731E

RGB

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

 GREEN value IS 115 (45.31% from 255) = 35.71%

 BLUE value IS 30 (12.11% from 255) = 9.32%

R = 54.97%
G = 35.71%
B = 9.32%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#B1731E (or 0xB1731E) is known color: Pirate Gold. HEX triplet: B1, 73 and 1E. RGB value is (177,115,30). Sum of RGB (Red+Green+Blue) = 177+115+30=322 (42% of max value = 765). Red value is 177 (69.53% from 255 or 54.97% from 322); Green value is 115 (45.31% from 255 or 35.71% from 322); Blue value is 30 (12.11% from 255 or 9.32% from 322); Max value from RGB is 177 - color contains mainly: red. Hex color #B1731E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1731E is #4E8CE1. Grayscale: #7C7C7C. Windows color (decimal): -5147874 or 1995697. OLE color: 1995697.

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

Color convert

RGB 177 115 30 -
CMYK 0 0.35 0.83 0.31
HSL 34.69º 0.71% 0.41% -
HSV(B) 34.69º 0.83% 0.69% -
XYZ 24.5 21.7 4.13 -
YUV 123.85 75.04 165.91 -
System Red Green Blue C M Y K H S L
Decimal 177 115 30 0 0.35 0.83 0.31 34.69 0.71 0.41
Hex B1 73 1E 0 23 53 1F 23 47 29
Octal 261 163 36 0 43 123 37 43 107 51
Binary 10110001 1110011 11110 0 100011 1010011 11111 100011 1000111 101001

Color Harmonies of #B1731E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1731E

Black with #B1731E

Text Example


Text Example

White with #B1731E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1731E; }

 p { color: rgb(177,115,30); }

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

background-color css

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

 a { background-color: rgb(177,115,30); }

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

border-color css

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

 span { border-color: rgb(177,115,30); }

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