Html Css Color HEX #B9771A Pirate Gold

📋 copy color: '#B9771A'

red 185 ◦ green 119 ◦ blue 26

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

Shades of Pirate Gold #B9771A

Tints of Pirate Gold #B9771A

RGB

 RED value IS 185 (72.66% from 255) = 56.06%

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

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

R = 56.06%
G = 36.06%
B = 7.88%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#B9771A (or 0xB9771A) is known color: Pirate Gold. HEX triplet: B9, 77 and 1A. RGB value is (185,119,26). Sum of RGB (Red+Green+Blue) = 185+119+26=330 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.06% from 330); Green value is 119 (46.88% from 255 or 36.06% from 330); Blue value is 26 (10.55% from 255 or 7.88% from 330); Max value from RGB is 185 - color contains mainly: red. Hex color #B9771A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9771A is #4688E5. Grayscale: #808080. Windows color (decimal): -4622566 or 1734585. OLE color: 1734585.

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

Color convert

RGB 185 119 26 -
CMYK 0 0.36 0.86 0.27
HSL 35.09º 0.75% 0.41% -
HSV(B) 35.09º 0.86% 0.73% -
XYZ 26.79 23.58 4.12 -
YUV 128.13 70.37 168.56 -
System Red Green Blue C M Y K H S L
Decimal 185 119 26 0 0.36 0.86 0.27 35.09 0.75 0.41
Hex B9 77 1A 0 24 56 1B 23 4B 29
Octal 271 167 32 0 44 126 33 43 113 51
Binary 10111001 1110111 11010 0 100100 1010110 11011 100011 1001011 101001

Color Harmonies of #B9771A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9771A

Black with #B9771A

Text Example


Text Example

White with #B9771A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9771A; }

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

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

background-color css

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

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

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

border-color css

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

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

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