Html Css Color HEX #B1781C Pirate Gold

📋 copy color: '#B1781C'

red 177 ◦ green 120 ◦ blue 28

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

Shades of Pirate Gold #B1781C

Tints of Pirate Gold #B1781C

RGB

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

 GREEN value IS 120 (47.27% from 255) = 36.92%

 BLUE value IS 28 (11.33% from 255) = 8.62%

R = 54.46%
G = 36.92%
B = 8.62%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#B1781C (or 0xB1781C) is known color: Pirate Gold. HEX triplet: B1, 78 and 1C. RGB value is (177,120,28). Sum of RGB (Red+Green+Blue) = 177+120+28=325 (43% of max value = 765). Red value is 177 (69.53% from 255 or 54.46% from 325); Green value is 120 (47.27% from 255 or 36.92% from 325); Blue value is 28 (11.33% from 255 or 8.62% from 325); Max value from RGB is 177 - color contains mainly: red. Hex color #B1781C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1781C is #4E87E3. Grayscale: #7E7E7E. Windows color (decimal): -5146596 or 1865905. OLE color: 1865905.

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

Color convert

RGB 177 120 28 -
CMYK 0 0.32 0.84 0.31
HSL 37.05º 0.73% 0.4% -
HSV(B) 37.05º 0.84% 0.69% -
XYZ 25.06 22.86 4.19 -
YUV 126.56 72.38 163.98 -
System Red Green Blue C M Y K H S L
Decimal 177 120 28 0 0.32 0.84 0.31 37.05 0.73 0.4
Hex B1 78 1C 0 20 54 1F 25 49 28
Octal 261 170 34 0 40 124 37 45 111 50
Binary 10110001 1111000 11100 0 100000 1010100 11111 100101 1001001 101000

Color Harmonies of #B1781C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1781C

Black with #B1781C

Text Example


Text Example

White with #B1781C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1781C; }

 p { color: rgb(177,120,28); }

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

background-color css

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

 a { background-color: rgb(177,120,28); }

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

border-color css

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

 span { border-color: rgb(177,120,28); }

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