Html Css Color HEX #B5771A Pirate Gold

📋 copy color: '#B5771A'

red 181 ◦ green 119 ◦ blue 26

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

Shades of Pirate Gold #B5771A

Tints of Pirate Gold #B5771A

RGB

 RED value IS 181 (71.09% from 255) = 55.52%

 GREEN value IS 119 (46.88% from 255) = 36.5%

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

R = 55.52%
G = 36.5%
B = 7.98%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#B5771A (or 0xB5771A) is known color: Pirate Gold. HEX triplet: B5, 77 and 1A. RGB value is (181,119,26). Sum of RGB (Red+Green+Blue) = 181+119+26=326 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.52% from 326); Green value is 119 (46.88% from 255 or 36.50% from 326); Blue value is 26 (10.55% from 255 or 7.98% from 326); Max value from RGB is 181 - color contains mainly: red. Hex color #B5771A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5771A is #4A88E5. Grayscale: #7F7F7F. Windows color (decimal): -4884710 or 1734581. OLE color: 1734581.

HSL color Cylindrical-coordinate representation of color #B5771A: hue angle of 36º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B5771A is Cyan = 0, Magento = 0.34, Yellow = 0.86 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 119 26 -
CMYK 0 0.34 0.86 0.29
HSL 36º 0.75% 0.41% -
HSV(B) 36º 0.86% 0.71% -
XYZ 25.84 23.09 4.07 -
YUV 126.94 71.04 166.56 -
System Red Green Blue C M Y K H S L
Decimal 181 119 26 0 0.34 0.86 0.29 36 0.75 0.41
Hex B5 77 1A 0 22 56 1D 24 4B 29
Octal 265 167 32 0 42 126 35 44 113 51
Binary 10110101 1110111 11010 0 100010 1010110 11101 100100 1001011 101001

Color Harmonies of #B5771A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5771A

Black with #B5771A

Text Example


Text Example

White with #B5771A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5771A; }

 p { color: rgb(181,119,26); }

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

background-color css

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

 a { background-color: rgb(181,119,26); }

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

border-color css

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

 span { border-color: rgb(181,119,26); }

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