Html Css Color HEX #B7741A Pirate Gold

📋 copy color: '#B7741A'

red 183 ◦ green 116 ◦ blue 26

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

Shades of Pirate Gold #B7741A

Tints of Pirate Gold #B7741A

RGB

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

 GREEN value IS 116 (45.7% from 255) = 35.69%

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

R = 56.31%
G = 35.69%
B = 8%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.86

 K value IS 0.28

RGB Variations

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

Color information

#B7741A (or 0xB7741A) is known color: Pirate Gold. HEX triplet: B7, 74 and 1A. RGB value is (183,116,26). Sum of RGB (Red+Green+Blue) = 183+116+26=325 (43% of max value = 765). Red value is 183 (71.88% from 255 or 56.31% from 325); Green value is 116 (45.70% from 255 or 35.69% from 325); Blue value is 26 (10.55% from 255 or 8% from 325); Max value from RGB is 183 - color contains mainly: red. Hex color #B7741A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7741A is #488BE5. Grayscale: #7E7E7E. Windows color (decimal): -4754406 or 1733815. OLE color: 1733815.

HSL color Cylindrical-coordinate representation of color #B7741A: hue angle of 34.39º 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 #B7741A is Cyan = 0, Magento = 0.37, Yellow = 0.86 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 116 26 -
CMYK 0 0.37 0.86 0.28
HSL 34.39º 0.75% 0.41% -
HSV(B) 34.39º 0.86% 0.72% -
XYZ 25.96 22.63 3.98 -
YUV 125.77 71.7 168.82 -
System Red Green Blue C M Y K H S L
Decimal 183 116 26 0 0.37 0.86 0.28 34.39 0.75 0.41
Hex B7 74 1A 0 25 56 1C 22 4B 29
Octal 267 164 32 0 45 126 34 42 113 51
Binary 10110111 1110100 11010 0 100101 1010110 11100 100010 1001011 101001

Color Harmonies of #B7741A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7741A

Black with #B7741A

Text Example


Text Example

White with #B7741A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7741A; }

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

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

background-color css

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

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

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

border-color css

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

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

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