Html Css Color HEX #B76E12 Pirate Gold

📋 copy color: '#B76E12'

red 183 ◦ green 110 ◦ blue 18

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

Shades of Pirate Gold #B76E12

Tints of Pirate Gold #B76E12

RGB

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

 GREEN value IS 110 (43.36% from 255) = 35.37%

 BLUE value IS 18 (7.42% from 255) = 5.79%

R = 58.84%
G = 35.37%
B = 5.79%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#B76E12 (or 0xB76E12) is known color: Pirate Gold. HEX triplet: B7, 6E and 12. RGB value is (183,110,18). Sum of RGB (Red+Green+Blue) = 183+110+18=311 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.84% from 311); Green value is 110 (43.36% from 255 or 35.37% from 311); Blue value is 18 (7.42% from 255 or 5.79% from 311); Max value from RGB is 183 - color contains mainly: red. Hex color #B76E12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B76E12 is #4891ED. Grayscale: #797979. Windows color (decimal): -4755950 or 1207991. OLE color: 1207991.

HSL color Cylindrical-coordinate representation of color #B76E12: hue angle of 33.45º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B76E12 is Cyan = 0, Magento = 0.40, Yellow = 0.90 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 110 18 -
CMYK 0 0.40 0.90 0.28
HSL 33.45º 0.82% 0.39% -
HSV(B) 33.45º 0.9% 0.72% -
XYZ 25.21 21.26 3.35 -
YUV 121.34 69.68 171.98 -
System Red Green Blue C M Y K H S L
Decimal 183 110 18 0 0.40 0.90 0.28 33.45 0.82 0.39
Hex B7 6E 12 0 28 5A 1C 21 52 27
Octal 267 156 22 0 50 132 34 41 122 47
Binary 10110111 1101110 10010 0 101000 1011010 11100 100001 1010010 100111

Color Harmonies of #B76E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76E12

Black with #B76E12

Text Example


Text Example

White with #B76E12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76E12; }

 p { color: rgb(183,110,18); }

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

background-color css

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

 a { background-color: rgb(183,110,18); }

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

border-color css

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

 span { border-color: rgb(183,110,18); }

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