Html Css Color HEX #B76E14 Pirate Gold

📋 copy color: '#B76E14'

red 183 ◦ green 110 ◦ blue 20

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

Shades of Pirate Gold #B76E14

Tints of Pirate Gold #B76E14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.39%

R = 58.47%
G = 35.14%
B = 6.39%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.89

 K value IS 0.28

RGB Variations

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

Color information

#B76E14 (or 0xB76E14) is known color: Pirate Gold. HEX triplet: B7, 6E and 14. RGB value is (183,110,20). Sum of RGB (Red+Green+Blue) = 183+110+20=313 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.47% from 313); Green value is 110 (43.36% from 255 or 35.14% from 313); Blue value is 20 (8.20% from 255 or 6.39% from 313); Max value from RGB is 183 - color contains mainly: red. Hex color #B76E14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B76E14 is #4891EB. Grayscale: #797979. Windows color (decimal): -4755948 or 1339063. OLE color: 1339063.

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

Color convert

RGB 183 110 20 -
CMYK 0 0.40 0.89 0.28
HSL 33.13º 0.8% 0.4% -
HSV(B) 33.13º 0.89% 0.72% -
XYZ 25.23 21.27 3.44 -
YUV 121.57 70.68 171.82 -
System Red Green Blue C M Y K H S L
Decimal 183 110 20 0 0.40 0.89 0.28 33.13 0.8 0.4
Hex B7 6E 14 0 28 59 1C 21 50 28
Octal 267 156 24 0 50 131 34 41 120 50
Binary 10110111 1101110 10100 0 101000 1011001 11100 100001 1010000 101000

Color Harmonies of #B76E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76E14

Black with #B76E14

Text Example


Text Example

White with #B76E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76E14; }

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

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

background-color css

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

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

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

border-color css

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

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

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