Html Css Color HEX #B37919 Pirate Gold

📋 copy color: '#B37919'

red 179 ◦ green 121 ◦ blue 25

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

Shades of Pirate Gold #B37919

Tints of Pirate Gold #B37919

RGB

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

 GREEN value IS 121 (47.66% from 255) = 37.23%

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

R = 55.08%
G = 37.23%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.86

 K value IS 0.30

RGB Variations

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

Color information

#B37919 (or 0xB37919) is known color: Pirate Gold. HEX triplet: B3, 79 and 19. RGB value is (179,121,25). Sum of RGB (Red+Green+Blue) = 179+121+25=325 (43% of max value = 765). Red value is 179 (70.31% from 255 or 55.08% from 325); Green value is 121 (47.66% from 255 or 37.23% from 325); Blue value is 25 (10.16% from 255 or 7.69% from 325); Max value from RGB is 179 - color contains mainly: red. Hex color #B37919 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B37919 is #4C86E6. Grayscale: #7F7F7F. Windows color (decimal): -5015271 or 1669555. OLE color: 1669555.

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

Color convert

RGB 179 121 25 -
CMYK 0 0.32 0.86 0.30
HSL 37.4º 0.75% 0.4% -
HSV(B) 37.4º 0.86% 0.7% -
XYZ 25.6 23.33 4.07 -
YUV 127.4 70.22 164.81 -
System Red Green Blue C M Y K H S L
Decimal 179 121 25 0 0.32 0.86 0.30 37.4 0.75 0.4
Hex B3 79 19 0 20 56 1E 25 4B 28
Octal 263 171 31 0 40 126 36 45 113 50
Binary 10110011 1111001 11001 0 100000 1010110 11110 100101 1001011 101000

Color Harmonies of #B37919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37919

Black with #B37919

Text Example


Text Example

White with #B37919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37919; }

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

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

background-color css

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

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

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

border-color css

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

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

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