Html Css Color HEX #B47717 Pirate Gold

📋 copy color: '#B47717'

red 180 ◦ green 119 ◦ blue 23

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

Shades of Pirate Gold #B47717

Tints of Pirate Gold #B47717

RGB

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

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

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

R = 55.9%
G = 36.96%
B = 7.14%

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

#B47717 (or 0xB47717) is known color: Pirate Gold. HEX triplet: B4, 77 and 17. RGB value is (180,119,23). Sum of RGB (Red+Green+Blue) = 180+119+23=322 (42% of max value = 765). Red value is 180 (70.70% from 255 or 55.90% from 322); Green value is 119 (46.88% from 255 or 36.96% from 322); Blue value is 23 (9.38% from 255 or 7.14% from 322); Max value from RGB is 180 - color contains mainly: red. Hex color #B47717 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B47717 is #4B88E8. Grayscale: #7E7E7E. Windows color (decimal): -4950249 or 1537972. OLE color: 1537972.

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

Color convert

RGB 180 119 23 -
CMYK 0 0.34 0.87 0.29
HSL 36.69º 0.77% 0.4% -
HSV(B) 36.69º 0.87% 0.71% -
XYZ 25.57 22.96 3.89 -
YUV 126.3 69.71 166.31 -
System Red Green Blue C M Y K H S L
Decimal 180 119 23 0 0.34 0.87 0.29 36.69 0.77 0.4
Hex B4 77 17 0 22 57 1D 25 4D 28
Octal 264 167 27 0 42 127 35 45 115 50
Binary 10110100 1110111 10111 0 100010 1010111 11101 100101 1001101 101000

Color Harmonies of #B47717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47717

Black with #B47717

Text Example


Text Example

White with #B47717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47717; }

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

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

background-color css

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

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

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

border-color css

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

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

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