Html Css Color HEX #B37319 Pirate Gold

📋 copy color: '#B37319'

red 179 ◦ green 115 ◦ blue 25

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

Shades of Pirate Gold #B37319

Tints of Pirate Gold #B37319

RGB

 RED value IS 179 (70.31% from 255) = 56.11%

 GREEN value IS 115 (45.31% from 255) = 36.05%

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

R = 56.11%
G = 36.05%
B = 7.84%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.86

 K value IS 0.30

RGB Variations

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

Color information

#B37319 (or 0xB37319) is known color: Pirate Gold. HEX triplet: B3, 73 and 19. RGB value is (179,115,25). Sum of RGB (Red+Green+Blue) = 179+115+25=319 (42% of max value = 765). Red value is 179 (70.31% from 255 or 56.11% from 319); Green value is 115 (45.31% from 255 or 36.05% from 319); Blue value is 25 (10.16% from 255 or 7.84% from 319); Max value from RGB is 179 - color contains mainly: red. Hex color #B37319 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B37319 is #4C8CE6. Grayscale: #7C7C7C. Windows color (decimal): -5016807 or 1668019. OLE color: 1668019.

HSL color Cylindrical-coordinate representation of color #B37319: hue angle of 35.06º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B37319 is Cyan = 0, Magento = 0.36, Yellow = 0.86 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 115 25 -
CMYK 0 0.36 0.86 0.30
HSL 35.06º 0.75% 0.4% -
HSV(B) 35.06º 0.86% 0.7% -
XYZ 24.9 21.92 3.84 -
YUV 123.88 72.2 167.32 -
System Red Green Blue C M Y K H S L
Decimal 179 115 25 0 0.36 0.86 0.30 35.06 0.75 0.4
Hex B3 73 19 0 24 56 1E 23 4B 28
Octal 263 163 31 0 44 126 36 43 113 50
Binary 10110011 1110011 11001 0 100100 1010110 11110 100011 1001011 101000

Color Harmonies of #B37319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37319

Black with #B37319

Text Example


Text Example

White with #B37319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37319; }

 p { color: rgb(179,115,25); }

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

background-color css

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

 a { background-color: rgb(179,115,25); }

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

border-color css

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

 span { border-color: rgb(179,115,25); }

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