Html Css Color HEX #B76D18 Pirate Gold

📋 copy color: '#B76D18'

red 183 ◦ green 109 ◦ blue 24

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

Shades of Pirate Gold #B76D18

Tints of Pirate Gold #B76D18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.59%

R = 57.91%
G = 34.49%
B = 7.59%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.87

 K value IS 0.28

RGB Variations

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

Color information

#B76D18 (or 0xB76D18) is known color: Pirate Gold. HEX triplet: B7, 6D and 18. RGB value is (183,109,24). Sum of RGB (Red+Green+Blue) = 183+109+24=316 (41% of max value = 765). Red value is 183 (71.88% from 255 or 57.91% from 316); Green value is 109 (42.97% from 255 or 34.49% from 316); Blue value is 24 (9.77% from 255 or 7.59% from 316); Max value from RGB is 183 - color contains mainly: red. Hex color #B76D18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B76D18 is #4892E7. Grayscale: #797979. Windows color (decimal): -4756200 or 1600951. OLE color: 1600951.

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

Color convert

RGB 183 109 24 -
CMYK 0 0.40 0.87 0.28
HSL 32.08º 0.77% 0.41% -
HSV(B) 32.08º 0.87% 0.72% -
XYZ 25.16 21.07 3.6 -
YUV 121.44 73.02 171.91 -
System Red Green Blue C M Y K H S L
Decimal 183 109 24 0 0.40 0.87 0.28 32.08 0.77 0.41
Hex B7 6D 18 0 28 57 1C 20 4D 29
Octal 267 155 30 0 50 127 34 40 115 51
Binary 10110111 1101101 11000 0 101000 1010111 11100 100000 1001101 101001

Color Harmonies of #B76D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76D18

Black with #B76D18

Text Example


Text Example

White with #B76D18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76D18; }

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

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

background-color css

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

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

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

border-color css

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

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

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