Html Css Color HEX #B37119 Pirate Gold

📋 copy color: '#B37119'

red 179 ◦ green 113 ◦ blue 25

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

Shades of Pirate Gold #B37119

Tints of Pirate Gold #B37119

RGB

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

 GREEN value IS 113 (44.53% from 255) = 35.65%

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

R = 56.47%
G = 35.65%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.86

 K value IS 0.30

RGB Variations

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

Color information

#B37119 (or 0xB37119) is known color: Pirate Gold. HEX triplet: B3, 71 and 19. RGB value is (179,113,25). Sum of RGB (Red+Green+Blue) = 179+113+25=317 (41% of max value = 765). Red value is 179 (70.31% from 255 or 56.47% from 317); Green value is 113 (44.53% from 255 or 35.65% from 317); Blue value is 25 (10.16% from 255 or 7.89% from 317); Max value from RGB is 179 - color contains mainly: red. Hex color #B37119 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B37119 is #4C8EE6. Grayscale: #7B7B7B. Windows color (decimal): -5017319 or 1667507. OLE color: 1667507.

HSL color Cylindrical-coordinate representation of color #B37119: hue angle of 34.29º 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 #B37119 is Cyan = 0, Magento = 0.37, Yellow = 0.86 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 113 25 -
CMYK 0 0.37 0.86 0.30
HSL 34.29º 0.75% 0.4% -
HSV(B) 34.29º 0.86% 0.7% -
XYZ 24.67 21.46 3.76 -
YUV 122.7 72.87 168.16 -
System Red Green Blue C M Y K H S L
Decimal 179 113 25 0 0.37 0.86 0.30 34.29 0.75 0.4
Hex B3 71 19 0 25 56 1E 22 4B 28
Octal 263 161 31 0 45 126 36 42 113 50
Binary 10110011 1110001 11001 0 100101 1010110 11110 100010 1001011 101000

Color Harmonies of #B37119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37119

Black with #B37119

Text Example


Text Example

White with #B37119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37119; }

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

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

background-color css

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

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

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

border-color css

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

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

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