Html Css Color HEX #B1781B Pirate Gold

📋 copy color: '#B1781B'

red 177 ◦ green 120 ◦ blue 27

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

Shades of Pirate Gold #B1781B

Tints of Pirate Gold #B1781B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.33%

R = 54.63%
G = 37.04%
B = 8.33%

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

#B1781B (or 0xB1781B) is known color: Pirate Gold. HEX triplet: B1, 78 and 1B. RGB value is (177,120,27). Sum of RGB (Red+Green+Blue) = 177+120+27=324 (42% of max value = 765). Red value is 177 (69.53% from 255 or 54.63% from 324); Green value is 120 (47.27% from 255 or 37.04% from 324); Blue value is 27 (10.94% from 255 or 8.33% from 324); Max value from RGB is 177 - color contains mainly: red. Hex color #B1781B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1781B is #4E87E4. Grayscale: #7E7E7E. Windows color (decimal): -5146597 or 1800369. OLE color: 1800369.

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

Color convert

RGB 177 120 27 -
CMYK 0 0.32 0.85 0.31
HSL 37.2º 0.74% 0.4% -
HSV(B) 37.2º 0.85% 0.69% -
XYZ 25.05 22.86 4.13 -
YUV 126.44 71.88 164.06 -
System Red Green Blue C M Y K H S L
Decimal 177 120 27 0 0.32 0.85 0.31 37.2 0.74 0.4
Hex B1 78 1B 0 20 55 1F 25 4A 28
Octal 261 170 33 0 40 125 37 45 112 50
Binary 10110001 1111000 11011 0 100000 1010101 11111 100101 1001010 101000

Color Harmonies of #B1781B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1781B

Black with #B1781B

Text Example


Text Example

White with #B1781B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1781B; }

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

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

background-color css

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

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

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

border-color css

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

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

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