Html Css Color HEX #B37717 Pirate Gold

📋 copy color: '#B37717'

red 179 ◦ green 119 ◦ blue 23

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

Shades of Pirate Gold #B37717

Tints of Pirate Gold #B37717

RGB

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

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

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

R = 55.76%
G = 37.07%
B = 7.17%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.87

 K value IS 0.30

RGB Variations

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

Color information

#B37717 (or 0xB37717) is known color: Pirate Gold. HEX triplet: B3, 77 and 17. RGB value is (179,119,23). Sum of RGB (Red+Green+Blue) = 179+119+23=321 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.76% from 321); Green value is 119 (46.88% from 255 or 37.07% from 321); Blue value is 23 (9.38% from 255 or 7.17% from 321); Max value from RGB is 179 - color contains mainly: red. Hex color #B37717 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B37717 is #4C88E8. Grayscale: #7E7E7E. Windows color (decimal): -5015785 or 1537971. OLE color: 1537971.

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

Color convert

RGB 179 119 23 -
CMYK 0 0.34 0.87 0.30
HSL 36.92º 0.77% 0.4% -
HSV(B) 36.92º 0.87% 0.7% -
XYZ 25.34 22.84 3.88 -
YUV 126 69.88 165.81 -
System Red Green Blue C M Y K H S L
Decimal 179 119 23 0 0.34 0.87 0.30 36.92 0.77 0.4
Hex B3 77 17 0 22 57 1E 25 4D 28
Octal 263 167 27 0 42 127 36 45 115 50
Binary 10110011 1110111 10111 0 100010 1010111 11110 100101 1001101 101000

Color Harmonies of #B37717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37717

Black with #B37717

Text Example


Text Example

White with #B37717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37717; }

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

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

background-color css

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

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

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

border-color css

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

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

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