Html Css Color HEX #B47819 Pirate Gold

📋 copy color: '#B47819'

red 180 ◦ green 120 ◦ blue 25

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

Shades of Pirate Gold #B47819

Tints of Pirate Gold #B47819

RGB

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

 GREEN value IS 120 (47.27% from 255) = 36.92%

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

R = 55.38%
G = 36.92%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#B47819 (or 0xB47819) is known color: Pirate Gold. HEX triplet: B4, 78 and 19. RGB value is (180,120,25). Sum of RGB (Red+Green+Blue) = 180+120+25=325 (43% of max value = 765). Red value is 180 (70.70% from 255 or 55.38% from 325); Green value is 120 (47.27% from 255 or 36.92% from 325); Blue value is 25 (10.16% from 255 or 7.69% from 325); Max value from RGB is 180 - color contains mainly: red. Hex color #B47819 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B47819 is #4B87E6. Grayscale: #7F7F7F. Windows color (decimal): -4949991 or 1669300. OLE color: 1669300.

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

Color convert

RGB 180 120 25 -
CMYK 0 0.33 0.86 0.29
HSL 36.77º 0.76% 0.4% -
HSV(B) 36.77º 0.86% 0.71% -
XYZ 25.71 23.21 4.04 -
YUV 127.11 70.38 165.72 -
System Red Green Blue C M Y K H S L
Decimal 180 120 25 0 0.33 0.86 0.29 36.77 0.76 0.4
Hex B4 78 19 0 21 56 1D 25 4C 28
Octal 264 170 31 0 41 126 35 45 114 50
Binary 10110100 1111000 11001 0 100001 1010110 11101 100101 1001100 101000

Color Harmonies of #B47819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47819

Black with #B47819

Text Example


Text Example

White with #B47819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47819; }

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

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

background-color css

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

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

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

border-color css

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

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

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