Html Css Color HEX #B47617 Pirate Gold

📋 copy color: '#B47617'

red 180 ◦ green 118 ◦ blue 23

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

Shades of Pirate Gold #B47617

Tints of Pirate Gold #B47617

RGB

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

 GREEN value IS 118 (46.48% from 255) = 36.76%

 BLUE value IS 23 (9.38% from 255) = 7.17%

R = 56.07%
G = 36.76%
B = 7.17%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.87

 K value IS 0.29

RGB Variations

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

Color information

#B47617 (or 0xB47617) is known color: Pirate Gold. HEX triplet: B4, 76 and 17. RGB value is (180,118,23). Sum of RGB (Red+Green+Blue) = 180+118+23=321 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.07% from 321); Green value is 118 (46.48% from 255 or 36.76% from 321); Blue value is 23 (9.38% from 255 or 7.17% from 321); Max value from RGB is 180 - color contains mainly: red. Hex color #B47617 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B47617 is #4B89E8. Grayscale: #7E7E7E. Windows color (decimal): -4950505 or 1537716. OLE color: 1537716.

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

Color convert

RGB 180 118 23 -
CMYK 0 0.34 0.87 0.29
HSL 36.31º 0.77% 0.4% -
HSV(B) 36.31º 0.87% 0.71% -
XYZ 25.46 22.72 3.85 -
YUV 125.71 70.04 166.72 -
System Red Green Blue C M Y K H S L
Decimal 180 118 23 0 0.34 0.87 0.29 36.31 0.77 0.4
Hex B4 76 17 0 22 57 1D 24 4D 28
Octal 264 166 27 0 42 127 35 44 115 50
Binary 10110100 1110110 10111 0 100010 1010111 11101 100100 1001101 101000

Color Harmonies of #B47617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47617

Black with #B47617

Text Example


Text Example

White with #B47617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47617; }

 p { color: rgb(180,118,23); }

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

background-color css

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

 a { background-color: rgb(180,118,23); }

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

border-color css

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

 span { border-color: rgb(180,118,23); }

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