Html Css Color HEX #B7771A Pirate Gold

📋 copy color: '#B7771A'

red 183 ◦ green 119 ◦ blue 26

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

Shades of Pirate Gold #B7771A

Tints of Pirate Gold #B7771A

RGB

 RED value IS 183 (71.88% from 255) = 55.79%

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

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

R = 55.79%
G = 36.28%
B = 7.93%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.86

 K value IS 0.28

RGB Variations

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

Color information

#B7771A (or 0xB7771A) is known color: Pirate Gold. HEX triplet: B7, 77 and 1A. RGB value is (183,119,26). Sum of RGB (Red+Green+Blue) = 183+119+26=328 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.79% from 328); Green value is 119 (46.88% from 255 or 36.28% from 328); Blue value is 26 (10.55% from 255 or 7.93% from 328); Max value from RGB is 183 - color contains mainly: red. Hex color #B7771A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7771A is #4888E5. Grayscale: #7F7F7F. Windows color (decimal): -4753638 or 1734583. OLE color: 1734583.

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

Color convert

RGB 183 119 26 -
CMYK 0 0.35 0.86 0.28
HSL 35.54º 0.75% 0.41% -
HSV(B) 35.54º 0.86% 0.72% -
XYZ 26.31 23.34 4.09 -
YUV 127.53 70.7 167.56 -
System Red Green Blue C M Y K H S L
Decimal 183 119 26 0 0.35 0.86 0.28 35.54 0.75 0.41
Hex B7 77 1A 0 23 56 1C 24 4B 29
Octal 267 167 32 0 43 126 34 44 113 51
Binary 10110111 1110111 11010 0 100011 1010110 11100 100100 1001011 101001

Color Harmonies of #B7771A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7771A

Black with #B7771A

Text Example


Text Example

White with #B7771A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7771A; }

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

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

background-color css

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

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

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

border-color css

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

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

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