Html Css Color HEX #B1781A Pirate Gold

📋 copy color: '#B1781A'

red 177 ◦ green 120 ◦ blue 26

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

Shades of Pirate Gold #B1781A

Tints of Pirate Gold #B1781A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.05%

R = 54.8%
G = 37.15%
B = 8.05%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#B1781A (or 0xB1781A) is known color: Pirate Gold. HEX triplet: B1, 78 and 1A. RGB value is (177,120,26). Sum of RGB (Red+Green+Blue) = 177+120+26=323 (42% of max value = 765). Red value is 177 (69.53% from 255 or 54.80% from 323); Green value is 120 (47.27% from 255 or 37.15% from 323); Blue value is 26 (10.55% from 255 or 8.05% from 323); Max value from RGB is 177 - color contains mainly: red. Hex color #B1781A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1781A is #4E87E5. Grayscale: #7E7E7E. Windows color (decimal): -5146598 or 1734833. OLE color: 1734833.

HSL color Cylindrical-coordinate representation of color #B1781A: hue angle of 37.35º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B1781A is Cyan = 0, Magento = 0.32, Yellow = 0.85 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 120 26 -
CMYK 0 0.32 0.85 0.31
HSL 37.35º 0.74% 0.4% -
HSV(B) 37.35º 0.85% 0.69% -
XYZ 25.03 22.85 4.07 -
YUV 126.33 71.38 164.14 -
System Red Green Blue C M Y K H S L
Decimal 177 120 26 0 0.32 0.85 0.31 37.35 0.74 0.4
Hex B1 78 1A 0 20 55 1F 25 4A 28
Octal 261 170 32 0 40 125 37 45 112 50
Binary 10110001 1111000 11010 0 100000 1010101 11111 100101 1001010 101000

Color Harmonies of #B1781A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1781A

Black with #B1781A

Text Example


Text Example

White with #B1781A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1781A; }

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

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

background-color css

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

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

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

border-color css

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

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

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