Html Css Color HEX #B1741E Pirate Gold

📋 copy color: '#B1741E'

red 177 ◦ green 116 ◦ blue 30

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

Shades of Pirate Gold #B1741E

Tints of Pirate Gold #B1741E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 35.91%

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

R = 54.8%
G = 35.91%
B = 9.29%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#B1741E (or 0xB1741E) is known color: Pirate Gold. HEX triplet: B1, 74 and 1E. RGB value is (177,116,30). Sum of RGB (Red+Green+Blue) = 177+116+30=323 (42% of max value = 765). Red value is 177 (69.53% from 255 or 54.80% from 323); Green value is 116 (45.70% from 255 or 35.91% from 323); Blue value is 30 (12.11% from 255 or 9.29% from 323); Max value from RGB is 177 - color contains mainly: red. Hex color #B1741E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1741E is #4E8BE1. Grayscale: #7C7C7C. Windows color (decimal): -5147618 or 1995953. OLE color: 1995953.

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

Color convert

RGB 177 116 30 -
CMYK 0 0.34 0.83 0.31
HSL 35.1º 0.71% 0.41% -
HSV(B) 35.1º 0.83% 0.69% -
XYZ 24.61 21.93 4.16 -
YUV 124.44 74.71 165.49 -
System Red Green Blue C M Y K H S L
Decimal 177 116 30 0 0.34 0.83 0.31 35.1 0.71 0.41
Hex B1 74 1E 0 22 53 1F 23 47 29
Octal 261 164 36 0 42 123 37 43 107 51
Binary 10110001 1110100 11110 0 100010 1010011 11111 100011 1000111 101001

Color Harmonies of #B1741E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1741E

Black with #B1741E

Text Example


Text Example

White with #B1741E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1741E; }

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

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

background-color css

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

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

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

border-color css

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

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

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