Html Css Color HEX #B76E19 Pirate Gold

📋 copy color: '#B76E19'

red 183 ◦ green 110 ◦ blue 25

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

Shades of Pirate Gold #B76E19

Tints of Pirate Gold #B76E19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.86%

R = 57.55%
G = 34.59%
B = 7.86%

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

#B76E19 (or 0xB76E19) is known color: Pirate Gold. HEX triplet: B7, 6E and 19. RGB value is (183,110,25). Sum of RGB (Red+Green+Blue) = 183+110+25=318 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.55% from 318); Green value is 110 (43.36% from 255 or 34.59% from 318); Blue value is 25 (10.16% from 255 or 7.86% from 318); Max value from RGB is 183 - color contains mainly: red. Hex color #B76E19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B76E19 is #4891E6. Grayscale: #7A7A7A. Windows color (decimal): -4755943 or 1666743. OLE color: 1666743.

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

Color convert

RGB 183 110 25 -
CMYK 0 0.40 0.86 0.28
HSL 32.28º 0.76% 0.41% -
HSV(B) 32.28º 0.86% 0.72% -
XYZ 25.28 21.29 3.7 -
YUV 122.14 73.18 171.41 -
System Red Green Blue C M Y K H S L
Decimal 183 110 25 0 0.40 0.86 0.28 32.28 0.76 0.41
Hex B7 6E 19 0 28 56 1C 20 4C 29
Octal 267 156 31 0 50 126 34 40 114 51
Binary 10110111 1101110 11001 0 101000 1010110 11100 100000 1001100 101001

Color Harmonies of #B76E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76E19

Black with #B76E19

Text Example


Text Example

White with #B76E19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76E19; }

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

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

background-color css

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

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

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

border-color css

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

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

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