Html Css Color HEX #B76D1A Pirate Gold

📋 copy color: '#B76D1A'

red 183 ◦ green 109 ◦ blue 26

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

Shades of Pirate Gold #B76D1A

Tints of Pirate Gold #B76D1A

RGB

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

 GREEN value IS 109 (42.97% from 255) = 34.28%

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

R = 57.55%
G = 34.28%
B = 8.18%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.86

 K value IS 0.28

RGB Variations

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

Color information

#B76D1A (or 0xB76D1A) is known color: Pirate Gold. HEX triplet: B7, 6D and 1A. RGB value is (183,109,26). Sum of RGB (Red+Green+Blue) = 183+109+26=318 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.55% from 318); Green value is 109 (42.97% from 255 or 34.28% from 318); Blue value is 26 (10.55% from 255 or 8.18% from 318); Max value from RGB is 183 - color contains mainly: red. Hex color #B76D1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76D1A is #4892E5. Grayscale: #7A7A7A. Windows color (decimal): -4756198 or 1732023. OLE color: 1732023.

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

Color convert

RGB 183 109 26 -
CMYK 0 0.40 0.86 0.28
HSL 31.72º 0.75% 0.41% -
HSV(B) 31.72º 0.86% 0.72% -
XYZ 25.18 21.08 3.72 -
YUV 121.66 74.02 171.75 -
System Red Green Blue C M Y K H S L
Decimal 183 109 26 0 0.40 0.86 0.28 31.72 0.75 0.41
Hex B7 6D 1A 0 28 56 1C 20 4B 29
Octal 267 155 32 0 50 126 34 40 113 51
Binary 10110111 1101101 11010 0 101000 1010110 11100 100000 1001011 101001

Color Harmonies of #B76D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76D1A

Black with #B76D1A

Text Example


Text Example

White with #B76D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76D1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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