Html Css Color HEX #B76D16 Pirate Gold

📋 copy color: '#B76D16'

red 183 ◦ green 109 ◦ blue 22

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

Shades of Pirate Gold #B76D16

Tints of Pirate Gold #B76D16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.01%

R = 58.28%
G = 34.71%
B = 7.01%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.88

 K value IS 0.28

RGB Variations

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

Color information

#B76D16 (or 0xB76D16) is known color: Pirate Gold. HEX triplet: B7, 6D and 16. RGB value is (183,109,22). Sum of RGB (Red+Green+Blue) = 183+109+22=314 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.28% from 314); Green value is 109 (42.97% from 255 or 34.71% from 314); Blue value is 22 (8.98% from 255 or 7.01% from 314); Max value from RGB is 183 - color contains mainly: red. Hex color #B76D16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B76D16 is #4892E9. Grayscale: #797979. Windows color (decimal): -4756202 or 1469879. OLE color: 1469879.

HSL color Cylindrical-coordinate representation of color #B76D16: hue angle of 32.42º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B76D16 is Cyan = 0, Magento = 0.40, Yellow = 0.88 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 109 22 -
CMYK 0 0.40 0.88 0.28
HSL 32.42º 0.79% 0.4% -
HSV(B) 32.42º 0.88% 0.72% -
XYZ 25.14 21.06 3.5 -
YUV 121.21 72.02 172.07 -
System Red Green Blue C M Y K H S L
Decimal 183 109 22 0 0.40 0.88 0.28 32.42 0.79 0.4
Hex B7 6D 16 0 28 58 1C 20 4F 28
Octal 267 155 26 0 50 130 34 40 117 50
Binary 10110111 1101101 10110 0 101000 1011000 11100 100000 1001111 101000

Color Harmonies of #B76D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76D16

Black with #B76D16

Text Example


Text Example

White with #B76D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76D16; }

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

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

background-color css

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

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

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

border-color css

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

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

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