Html Css Color HEX #B47719 Pirate Gold

📋 copy color: '#B47719'

red 180 ◦ green 119 ◦ blue 25

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

Shades of Pirate Gold #B47719

Tints of Pirate Gold #B47719

RGB

 RED value IS 180 (70.7% from 255) = 55.56%

 GREEN value IS 119 (46.88% from 255) = 36.73%

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

R = 55.56%
G = 36.73%
B = 7.72%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#B47719 (or 0xB47719) is known color: Pirate Gold. HEX triplet: B4, 77 and 19. RGB value is (180,119,25). Sum of RGB (Red+Green+Blue) = 180+119+25=324 (42% of max value = 765). Red value is 180 (70.70% from 255 or 55.56% from 324); Green value is 119 (46.88% from 255 or 36.73% from 324); Blue value is 25 (10.16% from 255 or 7.72% from 324); Max value from RGB is 180 - color contains mainly: red. Hex color #B47719 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B47719 is #4B88E6. Grayscale: #7E7E7E. Windows color (decimal): -4950247 or 1669044. OLE color: 1669044.

HSL color Cylindrical-coordinate representation of color #B47719: hue angle of 36.39º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B47719 is Cyan = 0, Magento = 0.34, Yellow = 0.86 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 119 25 -
CMYK 0 0.34 0.86 0.29
HSL 36.39º 0.76% 0.4% -
HSV(B) 36.39º 0.86% 0.71% -
XYZ 25.59 22.97 4 -
YUV 126.52 70.71 166.14 -
System Red Green Blue C M Y K H S L
Decimal 180 119 25 0 0.34 0.86 0.29 36.39 0.76 0.4
Hex B4 77 19 0 22 56 1D 24 4C 28
Octal 264 167 31 0 42 126 35 44 114 50
Binary 10110100 1110111 11001 0 100010 1010110 11101 100100 1001100 101000

Color Harmonies of #B47719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47719

Black with #B47719

Text Example


Text Example

White with #B47719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47719; }

 p { color: rgb(180,119,25); }

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

background-color css

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

 a { background-color: rgb(180,119,25); }

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

border-color css

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

 span { border-color: rgb(180,119,25); }

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